v51

OpenAPI 3.0.3Apache-2.0raw.githubusercontent.com2026-08-01276140748.5 KB
Audit
Community
Enterprise

List audit logs

Returns a list of audit logs.

get/api/v2/audit

Query parameters

skipinteger

The number of items to skip in a paginated response.

This query parameter is used for determining the number of objects to skip in pagination.

limitinteger

The limit of results requested by the client.

This query parameter is used for setting an upper limit of objects returned in paginated responses.

created_atstring

Filter results by column timestamp value formatted as an RFC-3339 string. Valid filter predicates are eq, neq, gt, gte, lt, lte.

Filter results by created_at value. See filter schema details for valid predicates.

sort_bystring

Sort by column. Can be used multiple times; prepend a hyphen for descending order. See parameter description for details about which columns are sortable.

Sortable columns are id, actor_id, actor_name, actor_email, action, request_id, created_at, source, and status.

beforestring date-time

Return logs created before the specified time. Value should be in the RFC-3339 format. If not supplied, this will default to the current time.

afterstring date-time

Return logs created after the specified time. Value should be in the RFC-3339 format. If not supplied, this will default to 1 year before the current time.

idstring

Filter results by column string value. Valid filter predicates are eq, ~eq, neq.

actor_idstring

Filter results by column string value. Valid filter predicates are eq, ~eq, neq.

actor_namestring

Filter results by column string value. Valid filter predicates are eq, ~eq, neq.

actor_emailstring

Filter results by column string value. Valid filter predicates are eq, ~eq, neq.

actionstring

Filter results by column string value. Valid filter predicates are eq, ~eq, neq.

request_idstring

Filter results by column string value. Valid filter predicates are eq, ~eq, neq.

sourcestring

Filter results by column string value. Valid filter predicates are eq, ~eq, neq.

statusstring

Filter results by column string value. Valid filter predicates are eq, ~eq, neq.

Filter results by column value. Valid filter predicates are eq, neq. Valid values are success and failure.

Response

OK