Events

Batch replay events

This endpoint replays multiple events at once.

post/v1/projects/{projectID}/events/batchreplay

Path parameters

projectIDstring required

Project ID

Query parameters

bodystring

URL-encoded JSON object matched against the event payload. Combined with query as AND when both are set.

direction'next' | 'prev'
endDatestring

The end date

endpointIdstring[]

A list of endpoint ids 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 event id prefix, idempotency key, event type, and source name. A JSON object uses payload containment, same as body. Text plus JSON ANDs both.

sortstring

Sort order, values are ASC or DESC, defaults to DESC

sourceIdstring[]

A list of Source IDs to filter the events by.

startDatestring

The start date

Response

OK

messagestring
statusboolean
datastring

Changes

Changed in 17 of the 69 revisions of this API.91834

    • added the new optional query request parameter body

      new-optional-request-parameter

  • v3bae289777c9163See the full diff
    • 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 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 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

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

      response-property-type-changed

    • removed datastore.Event subschema #2 from the allOf[subschema #2]/data response property allOf list for the response status 200

      response-property-all-of-removed

    • added the optional property allOf[subschema #2]/data/allOf[datastore.Event]/endpoint_metadata/items/failure_rate to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/allOf[datastore.Event]/metadata to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/allOf[datastore.Event]/status to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/allOf[datastore.Event]/acknowledged_at to the response with the 200 status

      response-optional-property-added

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

    • added the optional property allOf[subschema #2]/data/allOf[datastore.Event]/source_metadata/body_function to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/allOf[datastore.Event]/source_metadata/header_function to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/allOf[datastore.Event]/source_metadata/pub_sub/amqp/vhost to the response with the 200 status

      response-optional-property-added

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

  • v328d285e4302c63See 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

    • removed the optional property allOf[subschema #2]/data/allOf[datastore.Event]/endpoint_metadata/items/target_url from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/data/allOf[datastore.Event]/endpoint_metadata/items/title from the response with the 200 status

      response-optional-property-removed

    • api operation id BatchReplayEvents was added

      api-operation-id-added

    • added the optional property allOf[subschema #2]/data/allOf[datastore.Event]/endpoint_metadata/items/name to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/allOf[datastore.Event]/endpoint_metadata/items/url to the response with the 200 status

      response-optional-property-added

    • added the new optional query request parameter direction

      new-optional-request-parameter

    • deleted the query request parameter direction

      request-parameter-removed