---
title: "Changes to Batch replay events"
method: POST
path: "/v1/projects/{projectID}/events/batchreplay"
---

# Changes to Batch replay events

`POST /v1/projects/{projectID}/events/batchreplay`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 17 of 69 revisions.

- **2026-08-20** (v3) `d3cc48a7eaa4` — 1 info
- **2026-07-20** (v3) `bae289777c91` — 6 breaking, 3 info
- **2025-03-17** (v3) `2737e2809da6` — 1 breaking, 1 info
- **2024-10-23** (v3) `de665d0e2fc3` — 1 info
- **2024-10-07** (v3) `70e466ba765e` — 2 info
- **2024-07-12** (v3) `59336767e79a` — 1 info
- **2024-04-04** (v3) `317ec51848e3` — 3 info
- **2024-03-26** (v3) `28d285e4302c` — 6 warning, 3 info
- **2024-02-20** (v3) `6ef49682c1c0` — 1 info
- **2024-02-20** (v3) `81dc59314306` — 1 warning
- **2024-02-08** (v3) `8aa5161aec4c` — 1 warning, 1 info
- **2024-02-08** (v3) `52443da83eda` — 1 info
- **2024-01-31** (v3) `4358c29a505b` — 7 warning, 8 info
- **2024-01-30** (v3) `a138f74e9d23` — 2 breaking
- **2023-11-17** (v3) `41d4fca4cab8` — 1 warning, 2 info
- **2023-07-28** (v3) `2fc887538896` — 2 warning, 4 info
- **2023-06-22** (v3) `5c862889f0b4` — 2 info

## Changes

- **2026-08-20** (v3) `d3cc48a7eaa4` — 1 info
  - added the new optional `query` request parameter `body`
- **2026-07-20** (v3) `bae289777c91` — 6 breaking, 3 info
  - the response property `allOf[subschema #2]/data` became nullable for the status `400`
  - the response property `allOf[subschema #2]/data` became nullable for the status `401`
  - the response property `allOf[subschema #2]/data` became nullable for the status `404`
  - the `allOf[subschema #2]/data` response's property type/format changed from `object`/`` to ``/`` for status `400`
  - the `allOf[subschema #2]/data` response's property type/format changed from `object`/`` to ``/`` for status `401`
  - the `allOf[subschema #2]/data` response's property type/format changed from `object`/`` to ``/`` for status `404`
  - added `#/components/schemas/handlers.Stub` to the `allOf[subschema #2]/data` response property `allOf` list for the response status `400`
  - added `#/components/schemas/handlers.Stub` to the `allOf[subschema #2]/data` response property `allOf` list for the response status `401`
  - added `#/components/schemas/handlers.Stub` to the `allOf[subschema #2]/data` response property `allOf` list for the response status `404`
- **2025-03-17** (v3) `2737e2809da6` — 1 breaking, 1 info
  - the `allOf[subschema #2]/data` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - removed `#/components/schemas/datastore.Event, subschema #2` from the `allOf[subschema #2]/data` response property `allOf` list for the response status `200`
- **2024-10-23** (v3) `de665d0e2fc3` — 1 info
  - added the optional property `allOf[subschema #2]/data/allOf[#/components/schemas/datastore.Event]/endpoint_metadata/items/failure_rate` to the response with the `200` status
- **2024-10-07** (v3) `70e466ba765e` — 2 info
  - added the optional property `allOf[subschema #2]/data/allOf[#/components/schemas/datastore.Event]/metadata` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/data/allOf[#/components/schemas/datastore.Event]/status` to the response with the `200` status
- **2024-07-12** (v3) `59336767e79a` — 1 info
  - added the optional property `allOf[subschema #2]/data/allOf[#/components/schemas/datastore.Event]/acknowledged_at` to the response with the `200` status
- **2024-04-04** (v3) `317ec51848e3` — 3 info
  - added the optional property `allOf[subschema #2]/data/allOf[#/components/schemas/datastore.Event]/source_metadata/body_function` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/data/allOf[#/components/schemas/datastore.Event]/source_metadata/header_function` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/data/allOf[#/components/schemas/datastore.Event]/source_metadata/pub_sub/amqp/vhost` to the response with the `200` status
- **2024-03-26** (v3) `28d285e4302c` — 6 warning, 3 info
  - removed the optional property `allOf[#/components/schemas/util.ServerResponse]/data` from the response with the `200` status
  - removed the optional property `allOf[#/components/schemas/util.ServerResponse]/data` from the response with the `400` status
  - removed the optional property `allOf[#/components/schemas/util.ServerResponse]/data` from the response with the `401` status
  - removed the optional property `allOf[#/components/schemas/util.ServerResponse]/data` from the response with the `404` status
  - removed the optional property `allOf[subschema #2]/data/allOf[#/components/schemas/datastore.Event]/endpoint_metadata/items/target_url` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/data/allOf[#/components/schemas/datastore.Event]/endpoint_metadata/items/title` from the response with the `200` status
  - api operation id `BatchReplayEvents` was added
  - added the optional property `allOf[subschema #2]/data/allOf[#/components/schemas/datastore.Event]/endpoint_metadata/items/name` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/data/allOf[#/components/schemas/datastore.Event]/endpoint_metadata/items/url` to the response with the `200` status
- **2024-02-20** (v3) `6ef49682c1c0` — 1 info
  - added the new optional `query` request parameter `direction`
- **2024-02-20** (v3) `81dc59314306` — 1 warning
  - deleted the `query` request parameter `direction`
- **2024-02-08** (v3) `8aa5161aec4c` — 1 warning, 1 info
  - added the new `amqp` enum value to the `allOf[subschema #2]/data/allOf[#/components/schemas/datastore.Event]/source_metadata/pub_sub/type` response property for the response status `200`
  - added the optional property `allOf[subschema #2]/data/allOf[#/components/schemas/datastore.Event]/source_metadata/pub_sub/amqp` to the response with the `200` status
- **2024-02-08** (v3) `52443da83eda` — 1 info
  - added the new optional `query` request parameter `direction`
- **2024-01-31** (v3) `4358c29a505b` — 7 warning, 8 info
  - deleted the `query` request parameter `endpointID`
  - deleted the `query` request parameter `endpointIDs`
  - deleted the `query` request parameter `eventID`
  - deleted the `query` request parameter `eventType`
  - deleted the `query` request parameter `ownerID`
  - deleted the `query` request parameter `sourceID`
  - deleted the `query` request parameter `subscriptionID`
  - added the new optional `query` request parameter `endDate`
  - added the new optional `query` request parameter `endpointId`
  - added the new optional `query` request parameter `next_page_cursor`
  - added the new optional `query` request parameter `perPage`
  - added the new optional `query` request parameter `prev_page_cursor`
  - added the new optional `query` request parameter `sort`
  - added the new optional `query` request parameter `sourceId`
  - added the new optional `query` request parameter `startDate`
- **2024-01-30** (v3) `a138f74e9d23` — 2 breaking
  - the `allOf[subschema #2]/data/allOf[#/components/schemas/datastore.Event]/endpoint_metadata/items/http_timeout` response's property type/format changed from `string`/`` to `integer`/`` for status `200`
  - the `allOf[subschema #2]/data/allOf[#/components/schemas/datastore.Event]/endpoint_metadata/items/rate_limit_duration` response's property type/format changed from `string`/`` to `integer`/`` for status `200`
- **2023-11-17** (v3) `41d4fca4cab8` — 1 warning, 2 info
  - added the new `kafka` enum value to the `allOf[subschema #2]/data/allOf[#/components/schemas/datastore.Event]/source_metadata/pub_sub/type` response property for the response status `200`
  - added the new optional `query` request parameter `eventType`
  - added the optional property `allOf[subschema #2]/data/allOf[#/components/schemas/datastore.Event]/source_metadata/pub_sub/kafka` to the response with the `200` status
- **2023-07-28** (v3) `2fc887538896` — 2 warning, 4 info
  - removed the optional property `allOf[subschema #2]/data/allOf[#/components/schemas/datastore.Event]/matched_endpoints` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/data/allOf[#/components/schemas/datastore.Event]/source_metadata/idempotency_ttl` from the response with the `200` status
  - added the new optional `query` request parameter `idempotencyKey`
  - added the new optional `query` request parameter `subscriptionID`
  - added the optional property `allOf[subschema #2]/data/allOf[#/components/schemas/datastore.Event]/idempotency_key` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/data/allOf[#/components/schemas/datastore.Event]/is_duplicate_event` to the response with the `200` status
- **2023-06-22** (v3) `5c862889f0b4` — 2 info
  - added the optional property `allOf[subschema #2]/data/allOf[#/components/schemas/datastore.Event]/source_metadata/idempotency_keys` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/data/allOf[#/components/schemas/datastore.Event]/source_metadata/idempotency_ttl` to the response with the `200` status

---

[Operation](https://skmtc.dev/getconvoy/apis/convoy-api-reference/docs/v1/projects/:projectID/events/batchreplay/post.md) · [API](https://skmtc.dev/getconvoy/apis/convoy-api-reference.md) · [Page](https://skmtc.dev/getconvoy/apis/convoy-api-reference/changes/v1/projects/:projectID/events/batchreplay/post)
