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