v17

latestOpenAPI 3.0.1raw.githubusercontent.com2026-07-08165682.0 MB
Organizations

List audit logs

Authorization

A service token must have at least one of the following access in order to use this API endpoint:

Service Token Accesses read_audit_logs

get/organizations/{organization}/audit-log

Path parameters

organizationstring required

The name of the organization

Query parameters

starting_afterstring

If provided, returns results after the specified cursor

ending_beforestring

If provided, returns results before the specified cursor

limitinteger

If provided, specifies the number of returned results (max 100)

Response

Returns the audit log events

typestring required

The response type. Always "list" for paginated responses.

has_nextboolean required

Whether there is a next page of results

has_prevboolean required

Whether there is a previous page of results

cursor_startstring nullable required

The ID of the first object in the current results, or null when there are no results

cursor_endstring nullable required

The ID of the last object in the current results, or null when there are no results