Returns a paginated list of organization-level audit log entries. Requires the Enterprise plan, Admin role, and a non-agentic API key.
search, actions, resource_types, date_from, and date_to query parameters to filter results. Unknown query parameters are rejected with a 400 error.
For a guided overview of the feature, see the Audit Logs documentation.API key for authentication. You can create an API key from the CodeRabbit dashboard.
Case-insensitive partial match on actor name. Max 200 characters.
200Comma-separated list of action keys to filter by. Up to 50 values. Example: repository_create,api_key_delete
Comma-separated list of resource type keys to filter by. Up to 50 values. Example: repository,api_key
Inclusive lower bound for the event timestamp, in ISO 8601 format.
Inclusive upper bound for the event timestamp, in ISO 8601 format. Must be on or after date_from.
Page number (1-based). Defaults to 1.
x >= 1Number of results per page. Defaults to 10, max 100.
1 <= x <= 100A paginated list of audit log entries.