v4
latestOpenAPI 3.0.32026-08-0161180264.4 KBintegrations
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
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.
Example response
{
"replayed": 2
}