List Audit Log Events

Retrieves a paginated list of audit log events for the organization. Events are ordered by creation time, with the most recent first.

Authentication

AuthorizationBearer

Token-based authentication with required prefix “Bearer”

Query parameters

event_typeenumOptional
Filter by event type
user_idstringOptionalformat: "uuid"
Filter by user ID
created_afterdatetimeOptional

Filter events created on or after this date (ISO 8601)

created_beforedatetimeOptional

Filter events created on or before this date (ISO 8601)

pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.

Response

countinteger
resultslist of objects
nextstring or nullformat: "uri"
previousstring or nullformat: "uri"