secure
Get Columns
Returns metadata for the specified schema and tables, for the specified source.
get/api/v1/pipelines/sources/{source_name}/columns
Path parameters
source_namestring required
Query parameters
schemastring nullable
Optional schema name
Optional schema name
tablesstring required
Comma-separated list of table names to filter by
Comma-separated list of table names to filter by
Response
Successful Response
Example response
{
"tables": {
"table1": {
"cdc_ready": true,
"columns": {}
}
}
}