List organization audit log entries
When authenticated with an API key, this operation requires api-admin.
Authentication
AuthorizationBearer
Console user session or Mixlayer API key supplied as a Bearer token.
Path parameters
org_id
Organization ID
Query parameters
after
Return entries after this opaque cursor; mutually exclusive with before.
before
Return entries before this opaque cursor; mutually exclusive with after.
limit
Page size; values are clamped to 1 through 200.
from
Inclusive lower timestamp bound
to
Inclusive upper timestamp bound
actor
Exact principal actor
resource_type
Exact resource type
resource_id
Exact resource ID
action
Audit action prefix
Response
Cursor-paginated audit log entries
data
Resources in the current page.
end_cursor
Cursor for the last resource, or null for an empty page.
start_cursor
Cursor for the first resource, or null for an empty page.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error