Event Deliveries
List all event deliveries
This endpoint retrieves all event deliveries paginated.
GET
/
v1
/
projects
/
{projectID}
/
eventdeliveries
Authorizations
Authorization
string
headerrequiredPath Parameters
projectID
string
requiredProject ID
Query Parameters
direction
enum<string>
Available options:
next
, prev
endDate
string
The end date
endpointId
string[]
A list of endpoint IDs to filter by
eventId
string
Event ID to filter by
event_type
string
EventType to filter by
idempotencyKey
string
IdempotencyKey to filter by
next_page_cursor
string
A pagination cursor to fetch the next page of a list
perPage
integer
The number of items to return per page
prev_page_cursor
string
A pagination cursor to fetch the previous page of a list
sort
string
Sort order, values are ASC
or DESC
, defaults to DESC
startDate
string
The start date
status
string[]
A list of event delivery statuses to filter by
subscriptionId
string
SubscriptionID to filter by
Response
200 - application/json
message
string
status
boolean
data
object
Was this page helpful?