The Explorations API is only available for the Telemetry product and can only be accessed via the telemetry.betterstack.com hostname.
Explore documentation
List all explorations
Retrieves a paginated list of your team's explorations.
This endpoint returns a summary of each exploration. For full details, including chart, query, and variable configurations, use the Get an exploration endpoint.
GET
https://telemetry.betterstack.com/api/v2/explorations
Query parameters
page
1
integer
Page number for pagination.
per_page
50
integer
Number of items per page (max 250).
query
string
Search for explorations by name.
exploration_group_id
integer
Filter explorations by the ID of their exploration group.
Headers
Authorization
required
string
Bearer $TOKEN
200
A paginated list of explorations.
Response body
401
Invalid or missing authentication token.
Example Request
cURL