Event Deliveries
Retrieve an event delivery
Event Deliveries
Retrieve an event delivery
This endpoint fetches an event delivery.
GET
/
v1
/
projects
/
{projectID}
/
eventdeliveries
/
{eventDeliveryID}
Authorization
string
*
Authorization
Required
string
projectID
string
*
projectID
Required
string
Project ID
eventDeliveryID
string
*
eventDeliveryID
Required
string
event delivery id
Authorizations
Path Parameters
Project ID
event delivery id
Response
200 - application/json
Available options:
offline
, online
, disabled
Available options:
active
, inactive
, pending
, paused
Deprecated
Data is an arbitrary JSON value that gets sent as the body of the webhook to the endpoints
Available options:
active
, inactive
, pending
, paused
Available options:
github
, twitter
, shopify
Available options:
sqs
, google
, kafka
, amqp
Available options:
http
, rest_api
, pub_sub
, db_change_stream
Available options:
Processing
, Failure
, Success
, Retry
, Pending
Deprecated: Latency is deprecated.
Data to be sent to endpoint.
NumTrials: number of times we have tried to deliver this Event to an application
Available options:
linear
, exponential
Available options:
github
, twitter
, shopify
Available options:
sqs
, google
, kafka
, amqp
Available options:
http
, rest_api
, pub_sub
, db_change_stream
Available options:
noop
, hmac
, basic_auth
, api_key
Available options:
Scheduled
, Processing
, Discarded
, Failure
, Success
, Retry
Was this page helpful?