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}, ...}