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/reports/sla/reports \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "sla_2ayc4Yy6w3g7Y2j4g4g4Yy6w3g7",
"report_id": "BCDF-GHJK",
"name": "Monthly Executive SLA Summary",
"start_date": "2023-11-07T05:31:56Z",
"end_date": "2023-11-07T05:31:56Z",
"created_at_date": "2023-11-07T05:31:56Z",
"sla_target": 99.95,
"downtime_percentage_all_hours": 0.12,
"downtime_percentage_business_hours": 0.05,
"site_count": 42,
"business_hour_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"business_hour_name": "<string>",
"business_hour_timezone": "<string>",
"shared_url": "<string>",
"json_url": "<string>",
"timestamp": 123
}
],
"links": {
"first": "<string>",
"last": "<string>",
"prev": "<string>",
"next": "<string>"
},
"meta": {
"current_page": 123,
"from": 123,
"last_page": 123,
"path": "<string>",
"per_page": 123,
"to": 123,
"total": 123
}
}Retrieves a paginated list of all historically generated reports for the workspace, sorted by creation date in descending order.
curl --request GET \
--url https://v1.api.altostrat.io/reports/sla/reports \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "sla_2ayc4Yy6w3g7Y2j4g4g4Yy6w3g7",
"report_id": "BCDF-GHJK",
"name": "Monthly Executive SLA Summary",
"start_date": "2023-11-07T05:31:56Z",
"end_date": "2023-11-07T05:31:56Z",
"created_at_date": "2023-11-07T05:31:56Z",
"sla_target": 99.95,
"downtime_percentage_all_hours": 0.12,
"downtime_percentage_business_hours": 0.05,
"site_count": 42,
"business_hour_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"business_hour_name": "<string>",
"business_hour_timezone": "<string>",
"shared_url": "<string>",
"json_url": "<string>",
"timestamp": 123
}
],
"links": {
"first": "<string>",
"last": "<string>",
"prev": "<string>",
"next": "<string>"
},
"meta": {
"current_page": 123,
"from": 123,
"last_page": 123,
"path": "<string>",
"per_page": 123,
"to": 123,
"total": 123
}
}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.
Enter your authentication token.
The page number to retrieve.
The number of items to retrieve per page.
Was this page helpful?