GrowthBook · Capability
GrowthBook REST API — fact-metrics
GrowthBook REST API — fact-metrics. 6 operations. Lead operation: Get all fact metrics. Self-contained Naftiko capability covering one Growthbook business surface.
What You Can Do
GET
Listfactmetrics
— Get all fact metrics
/v1/v1/fact-metrics
POST
Postfactmetric
— Create a single fact metric
/v1/v1/fact-metrics
GET
Getfactmetric
— Get a single fact metric
/v1/v1/fact-metrics/{id}
POST
Updatefactmetric
— Update a single fact metric
/v1/v1/fact-metrics/{id}
DELETE
Deletefactmetric
— Deletes a single fact metric
/v1/v1/fact-metrics/{id}
POST
Postfactmetricanalysis
— Create a fact metric analysis
/v1/v1/fact-metrics/{id}/analysis
MCP Tools
get-all-fact-metrics
Get all fact metrics
read-only
idempotent
create-single-fact-metric
Create a single fact metric
get-single-fact-metric
Get a single fact metric
read-only
idempotent
update-single-fact-metric
Update a single fact metric
deletes-single-fact-metric
Deletes a single fact metric
idempotent
create-fact-metric-analysis
Create a fact metric analysis