Skip to main content
GET
/
governance
/
audit
/
{event_id}
Get audit event by ID
curl --request GET \
  --url https://api.example.com/governance/audit/{event_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "timestamp": "2023-11-07T05:31:56Z",
  "org_id": "<string>",
  "actor_id": "<string>",
  "actor_type": "<string>",
  "action": "<string>",
  "resource_type": "<string>",
  "source_service": "<string>",
  "project_id": "<string>",
  "resource_id": "<string>",
  "source_pod": "<string>",
  "trace_id": "<string>",
  "details": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt

Use this file to discover all available pages before exploring further.

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

Additional event details