v4

latestOpenAPI 3.1.02026-08-0461143156.1 KB
events

Get Event

Fetch a single ingested event.

Requires the events:read scope on the API key.

get/v1/events/{event_id}

Path parameters

event_idstring uuid required

ID of the event.

Response

Successful Response

idstring uuid required

Unique identifier.

event_namestring required

Custom event name.

occurred_atstring date-time required

When the event occurred in the source system.

external_event_idstring nullable

Stable identifier from the caller's system, if provided.

payloadobject required

Free-form JSON attributes for the event.

resolution_status'PENDING' | 'RESOLVED' | 'UNRESOLVED' required
contact_idstring uuid nullable

Matched org-scoped contact, when resolved.

account_idstring uuid nullable

Matched org-scoped account, when resolved.

received_atstring date-time required

When Topo received and stored the event.

resolved_atstring date-time nullable

When subject resolution completed, if applicable.