v1

latestOpenAPI 3.0.12026-08-04123613463.4 KB
Events

Replay an event

Replays an event by re-ingesting the original request through the full pipeline, creating a new request and new events. The original event remains unchanged. By default, replays to the same connection as the original event. Optionally specify one or more connections via webhook_ids — any connections in the project. When the target connections span multiple sources, the replay fans out into one new request per target source. Alternatively specify source_id to target another source — alone it replays onto all of that source’s active connections, or combine it with webhook_ids to target specific connections on that source.

post/events/{id}/replay

Path parameters

idstring required

Event ID

Request body

source_idstring

Optional target source ID. Without webhook_ids, replays onto all of the source’s active connections, resolved at replay time — a source with no active connections produces a rejected NO_CONNECTION request.

webhook_idsstring[]

Optional list of connection IDs to replay to. Can be any connections in the project; when source_id is also provided, every connection must belong to that source. When target connections span multiple sources the replay fans out into one new request per target source. If not provided, replays to the original event's connection.

Response

The new requests and events created from the replay