Monitoring & Collection/Grafana Dashboards
GETGrafanaSince 1.0SynchronousAuth Required
ListDashboards
List dashboards for a tenant with optional category and search filters
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
tenantIdStringFilter by tenant UUID Filter by tenant UUID
categoryStringFilter by category Filter by category
searchStringSearch term to filter dashboards by title Search term to filter dashboards by title
pageIntegerPage number for pagination (1-based) Page number for pagination (1-based)
Example: 0
sizeIntegerPage size for pagination Page size for pagination
Example: 0
Responses
Endpoint
GET/api/v1/monitoring/dashboards
/api/v1/monitoring/dashboards
Request Example
curl -X GET '{host}/api/v1/monitoring/dashboards' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
],
"total": 8,
"limit": 20,
"offset": 20
}Change History
This API has no change history records yet.
