v1

latestOpenAPI 3.0.12026-08-04123613463.4 KB
Bulk replay requests

Create requests bulk replay

Creates and starts a requests bulk replay. The query.target object selects where to replay: source_id targets a source — alone it replays onto all of the source’s active connections (resolved as the replay runs), or combine it with webhook_ids to target specific connections on that source. The remaining query fields filter which historical requests to replay.

post/bulk/requests/replay

Request body

Response

A single requests bulk replay

idstring required

ID of the bulk retry

team_idstring required

ID of the project

typestring required

Type of the bulk operation

created_atstring date-time required

Date the bulk retry was created

updated_atstring date-time required

Last time the bulk retry was updated

cancelled_atstring date-time nullable

Date the bulk retry was cancelled

completed_atstring date-time nullable

Date the bulk retry was completed

estimated_batchinteger nullable

Number of batches required to complete the bulk retry

estimated_countinteger nullable

Number of estimated events to be retried

processed_batchinteger nullable

Number of batches currently processed

completed_countinteger nullable

Number of events that were successfully delivered

in_progressboolean required

Indicates if the bulk retry is currently in progress

progressnumber float nullable

Progression of the batch operations, values 0 - 1

failed_countinteger nullable

Number of events that failed to be delivered

numbernumber float nullable