v14

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-016793230.7 KB
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

tablesobject required

Example response

{
  "tables": {
    "table1": {
      "cdc_ready": true,
      "columns": {}
    }
  }
}