Pipeline 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"
}Changes
Changed in 1 of the 13 revisions of this API.2
- ○
added the new optional request property
new-optional-request-property
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○