v14

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-016793230.7 KB
v2
dlq

Get all DLQ streams with counts

Returns all tables that have DLQ records with their total counts. Table names are returned in the format: source_name.schema_name.table_name (for PostgreSQL, Oracle, SQL Server, Spanner) or source_name.database_name.table_name (for MySQL, MariaDB, MongoDB).

get/api/v2/pipelines/{name}/dlqs

Path parameters

namestring required

Pipeline name

Pipeline name

Response

Successful Response

DlqListResponse required

Response model for listing all DLQ tables with their counts.

Returns a dictionary mapping table names to their DLQ info. Example: {"source.schema.table1": {"total_count": 100}, ...}