API ReferenceEndpointsDashboards API

Dashboards API

Programmatically create and manage dashboards. Use this resource to keep dashboards in sync with infrastructure-as-code or to build dashboards dynamically from another system.

List Dashboards

GET /v1/dashboards — Returns a paginated list of dashboards.

Create Dashboard

POST /v1/dashboards — Create a new dashboard.

Update Dashboard

PUT /v1/dashboards/:id — Update an existing dashboard.