GrowthBook · Capability
GrowthBook REST API — Dashboards
GrowthBook REST API — Dashboards. 6 operations. Lead operation: Create a single dashboard. Self-contained Naftiko capability covering one Growthbook business surface.
What You Can Do
POST
Createdashboard
— Create a single dashboard
/v1/v1/dashboards
GET
Listdashboards
— Get all dashboards
/v1/v1/dashboards
GET
Getdashboardsforexperiment
— Get all dashboards for an experiment
/v1/v1/dashboards/by-experiment/{experimentid}
GET
Getdashboard
— Get a single dashboard
/v1/v1/dashboards/{id}
DELETE
Deletedashboard
— Delete a single dashboard
/v1/v1/dashboards/{id}
PUT
Updatedashboard
— Update a single dashboard
/v1/v1/dashboards/{id}
MCP Tools
create-single-dashboard
Create a single dashboard
get-all-dashboards
Get all dashboards
read-only
idempotent
get-all-dashboards-experiment
Get all dashboards for an experiment
read-only
idempotent
get-single-dashboard
Get a single dashboard
read-only
idempotent
delete-single-dashboard
Delete a single dashboard
idempotent
update-single-dashboard
Update a single dashboard
idempotent