Returns paginated audit log events for a workspace.
You can filter by:
Results use cursor-based pagination.
API key for authentication. See the Authentication page for your API for details on how to get your key.
Request body for listing audit log events.
Filter by user email.
"jane@acme.com"
Filter by status. Either "success" or "failure".
"success"
Filter events from this date (inclusive) in YYYY-MM-DDTHH:MM:SSZ format.
"2026-01-01T00:00:00Z"
Filter events until this date (exclusive) in YYYY-MM-DDTHH:MM:SSZ format.
"2026-02-01T00:00:00Z"
App ID to narrow results to a specific app.
"6820f3a4e7b91d003c45a1f2"
Number of events per page.
1 <= x <= 1000100
Pagination cursor from a previous response.
"gAAAAABn7vJ..."
Sort order by timestamp.
ASC, DESC "DESC"