Events V2

Retrieve Event

Retrieves an event by ID. Requires webhooks:read scope.

get/v2/projects/{project_id}/events/{event_id}

Path parameters

project_idstring required

Project ID

Project ID

event_idstring required

Event ID

Event ID

Response

Success

idstring required

Unique identifier for the event

object'event' required

Object type, always event

event_typestring required

Type of the event

event_idstring nullable required

External event ID, or null

channelsstring[] nullable required

Channels the event was sent to

payloadobject required

Event payload data

timestampstring required

ISO 8601 timestamp of when the event occurred

Changes

No recorded changes to this endpoint across all 2 revisions of this API.