latestOpenAPI 3.0.32026-08-15138306314.9 KB

cfd9e65e79bb

audit_logs

Search audit logs with filters

Returns a filtered, paginated list of audit log entries for the organization. Filterable fields and their allowed operators:

FieldAllowed operators
actionequals, in, not_in, string_contains, string_does_not_contain
action_happened_attime_is_after, time_is_before, time_range

Timestamp values use RFC3339 format.

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.