The Explorations API is only available for the Telemetry product and can only be accessed via the telemetry.betterstack.com hostname.
Explore documentation
Get a single exploration
Retrieves a single exploration by its ID, including the full chart, query, and variable configurations.
GET
https://telemetry.betterstack.com/api/v2/explorations/{id}
URL parameters
id
required
integer
The unique identifier of the exploration.
Headers
Authorization
required
string
Bearer $TOKEN
200
The details of the specified exploration.
Response body
401
Invalid or missing authentication token.
404
An exploration with the specified ID was not found.
Response body
Example Request
cURL