latestOpenAPI 3.1.02026-08-1014497184.0 KB

8b99dca11019

Fetch an event

Fetches a project event by its ID.

get/events/{event_id}

Path parameters

event_idstring required

Response

OK

codeinteger

The numeric code that categorizes the event.

contextobject nullable

Additional contextual attributes for the event.

idstring required

The unique identifier for the event.

levelstring

The severity level assigned to the event.

logstring nullable

A human-readable log message.

payloadobject nullable

The raw payload delivered by the event source.

timestampstring date-time required

The time at which the event was recorded.

typestring required

The type of event that occurred.

Example response

{
  "id": "123",
  "timestamp": "2021-01-01T00:00:00Z",
  "type": "example_type"
}