Get dashboard by user
GET/perses-pulic/api/v1/dashboards/users
Retrieves a list of dashboards created by a specific user.
Request
Query Parameters
userId stringrequired
The ID of the user whose dashboards are to be retrieved.
Responses
- 200
List of dashboards by user
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
uid string
title string
[
{
"uid": "dashboard-1",
"title": "CPU usage"
}
]
Loading...