Get all dashboards folders
GET/perses-pulic/api/v1/projects
Retrieves a list of all dashboard folders (projects).
Request
Query Parameters
withDashboards string
Include dashboard information in the response
Responses
- 200
List of dashboard folders
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
id string
name string
displayName string
description string
createdAt string
[
{
"id": "folder-1",
"name": "system-metrics",
"displayName": "System Metrics",
"description": "System monitoring dashboards",
"createdAt": "2024-03-20T10:00:00Z"
}
]
Loading...