Query audit records

Returns audit records for the authenticated user's tenant, ordered latest
to oldest, with optional filters for audit domains, actor IDs, and a
Unix-timestamp time range. Uses cursor-based pagination.

Tenant is derived from the user token — do not pass tenant as a path or
query parameter.

Pagination: When continuationToken is non-null in the response,
post the same request body with pagination.continuationToken set to
the returned value to fetch the next page. The nextPageLink field
provides the full endpoint URL for convenience.

Rate limit: Tier 2 (60 requests/minute per tenant).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Query parameters for filtering and paginating audit records.

auditDomains
array of strings

Optional filter by audit domain(s). When omitted, records from all
domains are returned. When provided, must contain at least one value
and all values must be valid domain names.

auditDomains
actorIds
array of uuids

Optional filter to return only records where the actor matches one
of the provided IDs. When provided, must contain at least one value.

actorIds
timeRange
object

Optional Unix-timestamp (milliseconds) time range filter.

pagination
object

Pagination control.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json