Avnology ID
API ReferenceAudit

Get Audit Event

Fetch a single audit event by ID.

Endpoint

GET /v1/audit/events/{id}

Base URL: https://<Domain id="api"/>

Authentication: Bearer token with audit:read scope.

Path Parameters

ParameterTypeRequiredDescription
idstringYesAudit event ID, e.g. aud_01H7X3K9Q1...

Example

Response (200 OK)

See the event schema in Audit.

Errors

StatusCodeDescription
404AVNOLOGY_AUTH_904Event not found

List Audit Events

Paginated, filterable listing of audit events.

Export Audit Events

Bulk export audit events as CSV or JSONL and receive a signed download URL.

On this page