The id returned for each template can be used with the Export dashboard endpoint to retrieve the full JSON configuration for that template.
Explore documentation
List dashboard templates
Retrieves a list of all available dashboard templates. These templates can be used as a starting point for creating new dashboards.
GET
https://telemetry.betterstack.com/api/v2/dashboards/templates
Headers
Authorization
required
string
Bearer $TOKEN
200
A list of public dashboard templates.
Response body
401
Invalid or missing authentication token.
Example Request
cURL