v2
OpenAPI 3.0.02026-08-051996591.2 MBPipeline Dead Letters
Create dead letter
Manually adds a source record to the dead letter queue for reprocessing. Use this to force a record through the pipeline again, for example when the agent or judge made an incorrect decision.
post/v2/pipelines/{pipeline_key}/dead_letters
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
Response
The created dead letter.
Example response
{
"id": "pdl_a1b2c3d4-e5f6-7890-abcd-ef0123456789",
"last_run_id": "run_pip_abc_manual_550e8400"
}