v3
latestOpenAPI 3.0.02026-08-081996601.2 MBPipeline Dead Letters
Get dead letter
Returns a dead letter by its ID.
get/v2/pipelines/{pipeline_key}/dead_letters/{dead_letter_id}
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.
dead_letter_idstring required
The unique identifier of the dead letter.
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.
Response
The requested dead letter.
Example response
{
"id": "pdl_a1b2c3d4-e5f6-7890-abcd-ef0123456789",
"last_run_id": "run_pip_abc_manual_550e8400"
}