Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

API token obtained from the Tokens endpoint. Include as Authorization: Bearer <token>.

Query Parameters

page
integer
default:1
Required range: x >= 1
limit
integer
default:20
Required range: 1 <= x <= 100
action
string
resource_type
string
actor_id
string
date_from
string<date-time>
date_to
string

Plain YYYY-MM-DD values are inclusive for the entire UTC day; full ISO datetimes are treated as exact upper bounds.

format
enum<string>
default:json
Available options:
json,
csv,
ndjson,
jsonl,
snowflake,
splunk
all
boolean
default:false

When true with an export format, stream all matching audit events instead of a single page.

Response

Audit events or an audit export.

data
object[]
required
pagination
object
required