Overview of Audit API

Prev Next

About Audit API

This API allows clients to query the audit logs.

Constructing a Query

You can construct a query to retrieve audit-related information. To construct a query, the allowed fields and operators must be used to form an expression. 

To know more about allowed fields or operators used to construct an audit query, use the "List of Fields" API or "List of Operators" API.

Filters

Filters are a series of expressions that are joined by the and operator. The only joiner supported is the and operator

An expression contains a field and operator and a value. The value must be URL encoded, that is, surrounded by %22.

Common Parameters

To know more about the common parameters used in a query, see Common Parameters in a Query.

Paging Parameter

To view an example using the paging parameter, see Advanced Example for Query Audit Logs.