Event Deliveries
Batch retry event delivery
This endpoint batch retries multiple event deliveries at once.
post/v1/projects/{projectID}/eventdeliveries/batchretry
Path parameters
projectIDstring required
Project ID
Query parameters
direction'next' | 'prev'
endDatestring
The end date
endpointIdstring[]
A list of endpoint IDs to filter by
eventIdstring
Event ID to filter by
event_typestring
EventType to filter by
idempotencyKeystring
IdempotencyKey to filter by
next_page_cursorstring
A pagination cursor to fetch the next page of a list
perPageinteger
The number of items to return per page
prev_page_cursorstring
A pagination cursor to fetch the previous page of a list
sortstring
Sort order, values are ASC or DESC, defaults to DESC
startDatestring
The start date
statusstring[]
A list of event delivery statuses to filter by
subscriptionIdstring
SubscriptionID to filter by
Response
OK