Skip to main content
GET
Get trigger event

Authorizations

Authorization
string
header
required

Enter your JWT token

Path Parameters

eventId
string
required

The te_ public id of the event.

Response

The event and every delivery attempt made for it.

One event with its full delivery history - GET /v1/triggers/events/{eventId}.

event
object
required

One captured trigger firing, as GET /v1/triggers/{triggerId}/events returns it - the payload Engini captured plus where its delivery got to.

attempts
object[]
required

Every attempt, oldest first. Empty when the event is still pending.