v54

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-21125231416.4 KB
Dashboards

Create Dashboard

Creates a dashboard, optionally with starter widget configurations, and returns the id of the created dashboard. Use the dashboard detail endpoint for its full configuration, or a query endpoint for computed widget data.

post/v1/dashboards

Request body

namestring required

The dashboard's name.

descriptionstring nullable

An optional description of the dashboard.

privateboolean

Whether the dashboard is private. Defaults to false.

Response

The id of the created dashboard.

successboolean required

Indicates if the request was successful.

deprecatedboolean required

Indicates if this endpoint is deprecated.