Filter audit events

Returns audit events matching the supplied filters, newest-first, with pagination.
At least one filter (actor, audit-source, audit-type, or resource-id) is required.

Required Permissions: audit:read

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

Actor id to filter by. The | in auth0 identifiers must be URI-encoded as %7C.

audit-source
array of strings
length ≤ 50

Event sources to include (comma-separated, max 50).

audit-source
audit-type
array of strings
length ≤ 50

Event types to include (comma-separated, max 50). Supports trailing wildcards like blueprint.*.

audit-type
resource-id
array of strings
length ≤ 50

Resource ids to include (comma-separated, max 50).

resource-id
date-time
required

Inclusive lower bound on event time (ISO-8601, required).

date-time

Inclusive upper bound on event time (ISO-8601); defaults to now.

int32
1 to 200
Defaults to 50

Page size (1-200, default 50).

string

Pagination cursor from a prior response.

Headers
uuid
required
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

The environment UUID identifier.

Responses

401

Missing or invalid authentication token.

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