The list endpoint returns a summarized view of each dashboard. For the full dashboard configuration including variables, charts, and sections, use the Get a dashboard endpoint.
Explore documentation
List all dashboards
Returns a paginated list of your team's dashboards.
GET
https://telemetry.betterstack.com/api/v2/dashboards
Query parameters
page
1
integer
Page number for pagination.
per_page
50
integer
Number of items per page (max 250).
query
string
Search for dashboards by name.
dashboard_group_id
integer
Filter dashboards by the ID of a dashboard group.
Headers
Authorization
required
string
Bearer $TOKEN
200
A paginated list of dashboards.
Response body
401
Invalid or missing authentication token.
Example request
Example