Process dead letters
POST/v2/pipelines/:pipeline_key/dead_letters/process
Processes dead letters by creating a new pipeline run. The run re-fetches the specified records from the source and sends them through the agent. A request without filters processes all pending dead letters.
Request
Responses
- 201
- 400
- 403
- 404
- 409
The created retry run.
The request is malformed.
Permissions do not allow processing dead letters for this pipeline.
Pipeline not found.
A run is already in progress for this pipeline.