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

querystring

Matches delivery id, event id, event type prefix, and endpoint name.

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

messagestring
statusboolean
dataHandlersStub nullable

Changes

Changed in 8 of the 69 revisions of this API.8517

    • added the new optional query request parameter query

      new-optional-request-parameter

  • v3bae289777c9184See the full diff
    • the response property allOf[subschema #2]/data became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[subschema #2]/data became nullable for the status 400

      response-property-became-nullable

    • the response property allOf[subschema #2]/data became nullable for the status 401

      response-property-became-nullable

    • the response property allOf[subschema #2]/data became nullable for the status 404

      response-property-became-nullable

    • the allOf[subschema #2]/data response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the allOf[subschema #2]/data response's property type/format changed from object/ to / for status 400

      response-property-type-changed

    • the allOf[subschema #2]/data response's property type/format changed from object/ to / for status 401

      response-property-type-changed

    • the allOf[subschema #2]/data response's property type/format changed from object/ to / for status 404

      response-property-type-changed

    • added handlers.Stub to the allOf[subschema #2]/data response property allOf list for the response status 200

      response-property-all-of-added

    • added handlers.Stub to the allOf[subschema #2]/data response property allOf list for the response status 400

      response-property-all-of-added

    • added handlers.Stub to the allOf[subschema #2]/data response property allOf list for the response status 401

      response-property-all-of-added

    • added handlers.Stub to the allOf[subschema #2]/data response property allOf list for the response status 404

      response-property-all-of-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • v328d285e4302c41See the full diff
    • removed the optional property allOf[util.ServerResponse]/data from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[util.ServerResponse]/data from the response with the 400 status

      response-optional-property-removed

    • removed the optional property allOf[util.ServerResponse]/data from the response with the 401 status

      response-optional-property-removed

    • removed the optional property allOf[util.ServerResponse]/data from the response with the 404 status

      response-optional-property-removed

    • api operation id BatchRetryEventDelivery was added

      api-operation-id-added

    • added the new optional query request parameter direction

      new-optional-request-parameter

    • deleted the query request parameter direction

      request-parameter-removed

    • added the new optional query request parameter direction

      new-optional-request-parameter

    • added the new optional query request parameter endDate

      new-optional-request-parameter

    • added the new optional query request parameter event_type

      new-optional-request-parameter

    • added the new optional query request parameter idempotencyKey

      new-optional-request-parameter

    • added the new optional query request parameter next_page_cursor

      new-optional-request-parameter

    • added the new optional query request parameter perPage

      new-optional-request-parameter

    • added the new optional query request parameter prev_page_cursor

      new-optional-request-parameter

    • added the new optional query request parameter sort

      new-optional-request-parameter

    • added the new optional query request parameter startDate

      new-optional-request-parameter

    • added the new optional query request parameter subscriptionId

      new-optional-request-parameter