v3
latestOpenAPI 3.0.02026-08-081996601.2 MBPipeline Dead Letters
Process dead letters
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.
post/v2/pipelines/{pipeline_key}/dead_letters/process
Path parameters
pipeline_keystring required
The unique key for the pipeline. You can provide the key, or the platform generates one.
Example:sharepoint-legal-ingest
The unique key of the pipeline.
Headers
Request-Timeoutinteger
The platform makes a best effort to complete the request in the specified seconds, or it times out.
Request-Timeout-Millisinteger
The platform makes a best effort to complete the request in the specified milliseconds, or it times out.
Request body
Example request
{
"last_run_id": "run_pip_abc_manual_550e8400"
}Response
The created retry run.
Example response
{
"id": "run_pip_abc_manual_550e8400",
"pipeline_key": "sharepoint-legal-ingest",
"agent_key": "customer_support"
}