Skip to main content
The dead letter queue (DLQ) holds rows or batches that failed after retries. Use these endpoints to inspect failures, reprocess individual records, run bulk actions, and export for offline analysis.
Authenticate with Authorization: Bearer <api_key>. See Authentication.

Base URL


List DLQ entries

Query parameters (typical) Response 200 OK

Get DLQ statistics

Query parameters (typical) Response 200 OK

Get DLQ entry details

Response 200 OK

Reprocess a failed record

Re-queues the record through the pipeline’s configured retry path. Request body (optional)
Response 202 Accepted

Bulk action on selected entries

Request body
Supported action values include reprocess and delete (per workspace policy). Response 200 OK

Bulk action on all matching entries

Applies the action to every entry matching the same filters as GET /api/dlq. Use with care in production. Request body
Response 202 Accepted

Export DLQ entries

Query parameters Response 200 OK Streamed file with Content-Disposition: attachment. For format=json:

Diagnostics

Pipeline and run diagnostics complement DLQ review: logs, profiles, and downloadable artifacts.

List diagnostics

Query parameters (typical) Response 200 OK

Diagnostics statistics

Response 200 OK

Download diagnostic artifact

Response 200 OK Binary archive (often application/zip) with Content-Disposition filename. Short-lived signed URLs may be used instead of raw streaming in some deployments.

Dead letter queue

Product concepts and UI workflows.

Diagnostics

Capturing and sharing diagnostic bundles.