v4

latestOpenAPI 3.0.32026-08-0161180264.4 KB
integrations

replayEvents

Replay one or more events for a specific integration. Events will be re-processed with their original payloads but with a new correlation ID for traceability.

post/v1/integrations/{integrationId}/events/replay

Path parameters

integrationIdstring uuid required

The integration ID

Request body

event_idsstring[] required

List of event IDs to replay. Maximum 100 events per request.

Response

Events replay initiated. Always 200 — per-event outcomes are reported in results, so inspect it (or compare replayed against the number of requested ids) rather than treating the status code as success.

replayedinteger required

Number of events actually queued for re-processing.

event_idsstring[]

List of event IDs for which replay was requested

Example response

{
  "replayed": 2
}