v2
OpenAPI 3.0.02026-08-051996591.2 MBList dead letters
Lists dead letters for a pipeline, with optional filtering by status or run.
Path parameters
The unique key for the pipeline. You can provide the key, or the platform generates one.
The unique key of the pipeline.
Query parameters
The status of a dead letter entry.
Filter dead letters by status.
The unique identifier for a pipeline run.
Filter dead letters to those from a specific run.
How this dead letter was created.
Filter dead letters by origin.
A regex filter on the source record ID. Supports partial matching.
The maximum number of dead letters to return.
The opaque cursor returned in metadata.page_key of the previous response. Omit it to fetch the first page.
Headers
The platform makes a best effort to complete the request in the specified seconds, or it times out.
The platform makes a best effort to complete the request in the specified milliseconds, or it times out.
Response
List of dead letters.
Example response
{
"dead_letters": [
{
"id": "pdl_a1b2c3d4-e5f6-7890-abcd-ef0123456789",
"last_run_id": "run_pip_abc_manual_550e8400"
}
],
"metadata": {
"page_key": "eyJvZmZzZXQiOjF9"
}
}