Altostrat Studio is here — the AI-native network operations IDE for engineers running production. Terminal, diagrams, runbooks, and Copilot in one workspace. Get started →
curl --request GET \
--url https://v1.api.altostrat.io/metrics/labels/{labelName}/values \
--header 'Authorization: Bearer <token>'[
"9c69345c-8d39-4786-9f17-8153c988c89a"
]Returns Prometheus values for a label available to the authenticated workspace and organization.
curl --request GET \
--url https://v1.api.altostrat.io/metrics/labels/{labelName}/values \
--header 'Authorization: Bearer <token>'[
"9c69345c-8d39-4786-9f17-8153c988c89a"
]Documentation Index
Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The Prometheus label name.
"site_id"
Unix timestamp for the beginning of the discovery window. Defaults to one hour ago.
Unix timestamp for the end of the discovery window. Defaults to now.
Label values.
["9c69345c-8d39-4786-9f17-8153c988c89a"]Was this page helpful?