GET
List audit logs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

organization_id
string<uuid>

Optional organization filter

actor_user_id
string<uuid>

Optional actor user filter

action
string

Optional audit action filter

entity_type
string

Optional entity type filter

limit
integer<int64>

Maximum rows to return

Response

Audit log rows

data
object
required

Endpoint-specific response payload. See the referenced schema for the resource fields.

request_id
string
required

Request correlation identifier returned from X-Request-Id or generated by the API.

meta
object

Optional response metadata such as pagination limits, counts, or export context.