Skip to main content
GET
Export audit logs

Authorizations

Authorization
string
header
required

Organization API key (sl_…).

Headers

x-tenant-id
string
required

The organization ID the request is scoped to.

Query Parameters

max_results
integer
default:50

Maximum number of records to return (1–500).

sort_order
enum<string>
default:asc

asc (default, oldest-first) or desc (newest-first).

Available options:
asc,
desc
page_token
string | null

Opaque cursor from a previous response. Omit on the first call.

changed_at__gte
string<date-time> | null
changed_at__lte
string<date-time> | null
changed_at__in_range
string | null
table_name__in
string | null
event_type__in
string | null
changed_by__ilike
string | null
changed_by__not_ilike
string | null
changed_by__isnull
boolean | null
resource__in
string | null
resource__not_in
string | null
operation__in
string | null
operation__not_in
string | null
status__in
string | null
status__not_in
string | null
id__in
string | null

Response

Successful Response

items
ExportAuditLog · object[]
required
page_token
string | null

Opaque cursor for the next page; empty/absent on the last page.

row_count
integer | null

Best-effort total for the filtered result set; may be null when expensive.