Pipeline Dead Letters
View and manage dead letters (failed records) for a pipeline. Dead letters are pipeline-scoped and can be retried individually or in bulk.
List dead letters
Lists dead letters for a pipeline, with optional filtering by status or run.
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.
Get dead letter
Returns a dead letter by its ID.
Delete dead letter
Deletes a dead letter from the queue. Use this to dismiss a known failure that does not need retrying.
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.