Authenticate with
Authorization: Bearer <api_key>. See Authentication.Base URL
List DLQ entries
| Parameter | Description |
|---|---|
pipeline_id | Filter by pipeline |
connection_id | Filter by connection |
error_code | Filter by error taxonomy code |
since, until | ISO 8601 bounds on failed_at |
limit, cursor | Pagination |
200 OK
Get DLQ statistics
| Parameter | Description |
|---|---|
since, until | Time window for aggregation |
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
| Parameter | Description |
|---|---|
format | csv or json |
pipeline_id, error_code, since, until | Same semantics as list |
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
| Parameter | Description |
|---|---|
pipeline_id, run_id | Scope to a pipeline or run |
type | log_bundle, profile, heap_dump, etc. |
limit, cursor | Pagination |
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.