Event Deliveries
List all event deliveries
Event Deliveries
List all event deliveries
This endpoint retrieves all event deliveries paginated.
GET
/
v1
/
projects
/
{projectID}
/
eventdeliveries
Authorizations
Path Parameters
Project ID
Query Parameters
Available options:
next
, prev
The end date
A list of endpoint IDs to filter by
Event ID to filter by
EventType to filter by
IdempotencyKey to filter by
A pagination cursor to fetch the next page of a list
The number of items to return per page
A pagination cursor to fetch the previous page of a list
Sort order, values are ASC
or DESC
, defaults to DESC
The start date
A list of event delivery statuses to filter by
SubscriptionID to filter by
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:
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:
Scheduled
, Processing
, Discarded
, Failure
, Success
, Retry
Was this page helpful?