Get dashboard by ID
GET/perses-pulic/api/v1/projects/:folderId/dashboards/:uid
Retrieves a specific dashboard by its ID.
Request
Path Parameters
dashboardId stringrequired
The ID of the dashboard to retrieve.
Responses
- 200
Dashboard details
- application/json
- Schema
- Example (from schema)
Schema
uid string
title string
panels string
refresh string
version string
createdAt string
{
"uid": "dashboard-1",
"title": "CPU usage",
"panels": "string",
"refresh": "5s",
"version": "1.0.0",
"createdAt": "2024-03-20T10:00:00Z"
}
Loading...