v2
latestOpenAPI 3.0.32026-07-261513102.9 KBAudit Logs
List audit log entries
Returns a paginated list of organization-level audit log entries. Requires the Enterprise plan, Admin role, and a non-agentic API key.
get/v1/audit-logs
Query parameters
searchstring
Case-insensitive partial match on actor name. Max 200 characters.
actionsstring
Comma-separated list of action keys to filter by. Up to 50 values. Example: repository_create,api_key_delete
resource_typesstring
Comma-separated list of resource type keys to filter by. Up to 50 values. Example: repository,api_key
date_fromstring date-time
Inclusive lower bound for the event timestamp, in ISO 8601 format.
date_tostring date-time
Inclusive upper bound for the event timestamp, in ISO 8601 format. Must be on or after date_from.
pageinteger
Page number (1-based). Defaults to 1.
page_sizeinteger
Number of results per page. Defaults to 10, max 100.
Response
A paginated list of audit log entries.