Audit Logs

Get a list of audit logs

get

Returns a paginated list of audit log entries for the organization.

Rate limit: 60 requests per minute

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Query parameters
cursorstringOptional

The cursor to use for pagination.

limitinteger · int64Optional

The number of audit logs to fetch. Defaults to 100. Must be greater than 0 and less than 1000.

Responses
chevron-right
200Success
application/json
request_idstringOptional

The request ID for tracking.

get
/audit-logs

Search audit logs with filters

post

Returns a filtered, paginated list of audit log entries for the organization.

Currently, the following fields are filterable for audit logs:

  • action. Allowed operators: equals, in, not_in, string_contains, string_does_not_contain

  • action_happened_at (in RFC3339 format). Allowed operators: time_is_after, time_is_before, time_range

Rate limit: 10 requests per minute

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Body
cursorstringOptional

The cursor to use for pagination.

limitinteger · int64Optional

The number of audit logs to fetch. Defaults to 100. Must be greater than 0 and less than 1000.

Responses
chevron-right
200Success
application/json
request_idstringOptional

The request ID for tracking.

post
/audit-logs/search

Last updated

Was this helpful?