v3

latestOpenAPI 3.0.32026-07-31135300306.1 KB
audit_logs

Search audit logs with filters

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

post/audit-logs/search

Request body

cursorstring

The cursor to use for pagination.

limitinteger

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

Response

request_idstring

The request ID for tracking.