latestOpenAPI 3.0.32026-08-20147323331.7 KB

a7231589e927

audit_logs

Get a list of audit logs

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

Rate limit: 60 requests per minute

get/audit-logs

Query parameters

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.

Example response

{
  "data": [
    {
      "attributes": {
        "field": "status",
        "new_value": "closed",
        "old_value": "open"
      }
    }
  ]
}