GrowthBook · Capability
GrowthBook REST API — fact-tables
GrowthBook REST API — fact-tables. 11 operations. Lead operation: Bulk import fact tables, filters, and metrics. Self-contained Naftiko capability covering one Growthbook business surface.
What You Can Do
POST
Postbulkimportfacts
— Bulk import fact tables, filters, and metrics
/v1/v1/bulk-import/facts
GET
Listfacttables
— Get all fact tables
/v1/v1/fact-tables
POST
Postfacttable
— Create a single fact table
/v1/v1/fact-tables
GET
Listfacttablefilters
— Get all filters for a fact table
/v1/v1/fact-tables/{facttableid}/filters
POST
Postfacttablefilter
— Create a single fact table filter
/v1/v1/fact-tables/{facttableid}/filters
GET
Getfacttablefilter
— Get a single fact filter
/v1/v1/fact-tables/{facttableid}/filters/{id}
POST
Updatefacttablefilter
— Update a single fact table filter
/v1/v1/fact-tables/{facttableid}/filters/{id}
DELETE
Deletefacttablefilter
— Deletes a single fact table filter
/v1/v1/fact-tables/{facttableid}/filters/{id}
GET
Getfacttable
— Get a single fact table
/v1/v1/fact-tables/{id}
POST
Updatefacttable
— Update a single fact table
/v1/v1/fact-tables/{id}
DELETE
Deletefacttable
— Deletes a single fact table
/v1/v1/fact-tables/{id}
MCP Tools
bulk-import-fact-tables-filters
Bulk import fact tables, filters, and metrics
get-all-fact-tables
Get all fact tables
read-only
idempotent
create-single-fact-table
Create a single fact table
get-all-filters-fact-table
Get all filters for a fact table
read-only
idempotent
create-single-fact-table-filter
Create a single fact table filter
get-single-fact-filter
Get a single fact filter
read-only
idempotent
update-single-fact-table-filter
Update a single fact table filter
deletes-single-fact-table-filter
Deletes a single fact table filter
idempotent
get-single-fact-table
Get a single fact table
read-only
idempotent
update-single-fact-table
Update a single fact table
deletes-single-fact-table
Deletes a single fact table
idempotent