Skip to main content
GET
Get Audit Log

Authorizations

Authorization
string
header
required

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

Path Parameters

audit_id
string
required

Response

AuditEventResponse · object | null

Successful Response

Single audit event in list response.

audit_id
string
required

Unique audit event identifier

timestamp
any
required

When the event occurred

resource_type
string
required

Type of resource affected

resource_id
string
required

ID of the affected resource

action
string
required

Action performed

actor_id
string
required

Who performed the action

actor_type
string
default:user

Type of actor

status
string
default:success

Status of the action

changes
any

What changed

ip_address
string | null

Request IP address

user_agent
string | null

Request user agent

actor_name
string | null

Resolved actor display name

actor_email
string | null

Resolved actor email

actor_key_name
string | null

API key name used