Skip to main content
GET
Get audit event by ID

Authorizations

Authorization
string
header
required

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

Path Parameters

event_id
string
required

Unique identifier of the audit event

Response

Successful Response

Full audit event representation.

id
string
required

Unique identifier of the audit event

timestamp
string<date-time>
required

When the event occurred

org_id
string
required

Organization ID

actor_id
string
required

ID of the actor who performed the action

actor_type
string
required

Type of actor (user, service, system)

action
string
required

The action performed

resource_type
string
required

Type of resource acted upon

source_service
string
required

Service that emitted the event

project_id
string | null

Project ID if applicable

resource_id
string | null

ID of the specific resource

source_pod
string | null

Pod that emitted the event

trace_id
string | null

Distributed trace ID

details
Details · object | null

Additional event details