v1

latestOpenAPI 3.0.12026-08-04123613463.4 KB
Requests

Replay a request

Replays a request through the full pipeline, creating a new request and new events. The original request and its events remain unchanged. Transformations, filters, and other pipeline rules are re-evaluated with the current configuration. By default, replays to all currently active connections on the request source — this also backfills traffic onto connections added after the original request was ingested. If the source has no active connections, the replay still creates a new request, rejected with cause NO_CONNECTION. Optionally 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. webhook_ids without source_id may target any connections in the project; when they span multiple sources the replay fans out into one new request per target source.

post/requests/{id}/replay

Path parameters

idstring required

Request 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. When source_id is also provided, every connection must belong to that source. Defaults to all currently active connections on the request source.

Response

The new requests and events created from the replay