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 POST \
--url https://v1.api.altostrat.io/metrics/dashboards/{dashboardUid}/panels/{panelId}/export \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"from": "now-7d",
"to": "now",
"variables": {}
}
'"Time,Value\n2026-04-20T00:00:00Z,42"Exports a single Grafana dashboard panel as CSV for reporting, audit, or billing workflows.
curl --request POST \
--url https://v1.api.altostrat.io/metrics/dashboards/{dashboardUid}/panels/{panelId}/export \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"from": "now-7d",
"to": "now",
"variables": {}
}
'"Time,Value\n2026-04-20T00:00:00Z,42"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 Grafana dashboard UID.
"router_system_metrics"
The numeric Grafana panel ID.
12
CSV panel export.
The response is of type string.
"Time,Value\n2026-04-20T00:00:00Z,42"
Was this page helpful?