v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1434243162.5 KB

Starts the reprocessing of raw message data through the pipeline.

post/pipelines/{pipelineName}/reprocessing

Path parameters

pipelineNamestring required

The name of the pipeline on which to start reprocessing.

Request body

startTimestring date-time
<p>The start time (inclusive) of raw message data that is reprocessed.</p> <p>If you specify a value for the <code>startTime</code> parameter, you must not use the <code>channelMessages</code> object.</p>
endTimestring date-time
<p>The end time (exclusive) of raw message data that is reprocessed.</p> <p>If you specify a value for the <code>endTime</code> parameter, you must not use the <code>channelMessages</code> object.</p>

Response

Success

reprocessingIdstring

The ID of the pipeline reprocessing activity that was started.