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 \
--header 'Authorization: Bearer <token>'[
"site_id",
"interface",
"job"
]Returns Prometheus label names available to the authenticated workspace and organization for the requested time window.
curl --request GET \
--url https://v1.api.altostrat.io/metrics/labels \
--header 'Authorization: Bearer <token>'[
"site_id",
"interface",
"job"
]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.
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 names.
["site_id", "interface", "job"]Was this page helpful?