v51

OpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-01308532588.1 KB
Dashboards

Create dashboard

Create a new dashboard in a workspace

post/v1/private/dashboards

Request body

project_idstring uuid

Project ID. Takes precedence over project_name when both are provided.

project_namestring

For project scope, specify either project_id or project_name. If project_name is provided and the project does not exist, it will be created. Ignored when project_id is provided. If neither is provided, the dashboard is created at workspace level.

namestring required
type'multi_project' | 'experiments'
descriptionstring
configJsonNodeWrite required

Response

Created

idstring uuid
workspace_idstring
project_idstring uuid

Project ID. Takes precedence over project_name when both are provided.

namestring required
slugstring
type'multi_project' | 'experiments'
scope'workspace' | 'insights'
descriptionstring
configJsonNodePublic required
created_bystring
last_updated_bystring
created_atstring date-time
last_updated_atstring date-time