Get Audit Logs
Retrieve audit logs as a cursor-paginated list. Results can be filtered by time range, event type, and organization.
Query parameters
Return logs after this timestamp (ISO 8601).
Return logs before this timestamp (ISO 8601).
Filter by event type (e.g. service.create, security.login, client.create). Can be specified multiple times. The set of available event types is environment-specific and includes server-side types; retrieve the full list from the /api/audit/types endpoint.
[ "service.create" ]
The organization to retrieve audit logs for. Not required when authenticating with an organization token — the token's own organization is used, and a differing value is rejected. Required for user access tokens, unless the user is an Authlete administrator (administrators may omit it to query across all organizations).
The maximum number of entries to return per page. Values outside the allowed range are clamped; the effective value is echoed back in the response.
An opaque cursor returned as nextCursor by a previous response. When provided, it takes precedence over the before parameter.
Response
A page of audit log entries matching the query.