Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ClickHouse launches Claude-powered Agents and House Mates partner program at Open House 2026 Read more →
Retrieves a list of all dashboards for the authenticated team
cURL
curl --request GET \ --url https://api.hyperdx.io/api/v2/dashboards \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "65f5e4a3b9e77c001a567890", "name": "Service Overview", "tiles": [ { "id": "65f5e4a3b9e77c001a901234", "name": "Error Rate", "x": 0, "y": 0, "w": 6, "h": 3, "asRatio": false, "series": [ { "sourceId": "65f5e4a3b9e77c001a123456", "aggFn": "count", "where": "level:error", "groupBy": [ "service", "host" ], "field": "duration", "whereLanguage": "lucene", "metricName": "http_requests_total", "metricDataType": "gauge", "type": "time", "dataSource": "events" } ] } ], "tags": [ "production", "monitoring" ] } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved dashboards
Show child attributes
Was this page helpful?