Authenticate with
Authorization: Bearer <api_key>. See Authentication.Base URL
List DLQ entries
Response
200 OK
Get DLQ statistics
Response
200 OK
Get DLQ entry details
200 OK
Reprocess a failed record
202 Accepted
Bulk action on selected entries
action values include reprocess and delete (per workspace policy).
Response 200 OK
Bulk action on all matching entries
GET /api/dlq. Use with care in production.
Request body
202 Accepted
Export DLQ entries
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
Response
200 OK
Diagnostics statistics
200 OK
Download diagnostic artifact
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.
Related topics
Dead letter queue
Product concepts and UI workflows.
Diagnostics
Capturing and sharing diagnostic bundles.