GrowthBook · Capability
GrowthBook REST API — data-sources
GrowthBook REST API — data-sources. 4 operations. Lead operation: Get all data sources. Self-contained Naftiko capability covering one Growthbook business surface.
What You Can Do
GET
Listdatasources
— Get all data sources
/v1/v1/data-sources
GET
Getinformationschema
— Get a Data Source's Information Schema
/v1/v1/data-sources/{datasourceid}/information-schema
GET
Getdatasource
— Get a single data source
/v1/v1/data-sources/{id}
GET
Getinformationschematable
— Get a single Information Schema Table by id
/v1/v1/information-schema-tables/{tableid}
MCP Tools
get-all-data-sources
Get all data sources
read-only
idempotent
get-data-source-s-information-schema
Get a Data Source's Information Schema
read-only
idempotent
get-single-data-source
Get a single data source
read-only
idempotent
get-single-information-schema-table
Get a single Information Schema Table by id
read-only
idempotent