Get DLQ info for a specific stream
Returns the DLQ count for a specific stream. The stream name must be in the format: source_name.schema_name.table_name (e.g., 'postgres.public.users') or source_name.database_name.table_name (e.g., 'mysql.mydb.users').
Path parameters
Pipeline name
Pipeline name
Full stream name in format: source_name.schema_name.table_name (e.g., 'postgres.public.users') or source_name.database_name.table_name (e.g., 'mysql.mydb.users')
Full stream name in format: source_name.schema_name.table_name (e.g., 'postgres.public.users') or source_name.database_name.table_name (e.g., 'mysql.mydb.users')
Response
Successful Response
Response model for a single DLQ table info.
Returns a dictionary with single table name mapped to its DLQ info. Example: {"source.schema.table": {"total_count": 100}}