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/radius/nas/{id}/logs \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"timestamp": "<string>",
"nas_id": "<string>",
"username": "<string>",
"status_code": 123,
"execution_time_ms": 123,
"request": {},
"response": {}
}
],
"pagination": {
"per_page": 123,
"has_more": true,
"next_cursor": "<string>"
}
}curl --request GET \
--url https://v1.api.altostrat.io/radius/nas/{id}/logs \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"timestamp": "<string>",
"nas_id": "<string>",
"username": "<string>",
"status_code": 123,
"execution_time_ms": 123,
"request": {},
"response": {}
}
],
"pagination": {
"per_page": 123,
"has_more": true,
"next_cursor": "<string>"
}
}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.
^nas_[A-Za-z0-9_\-]+$Filter by start date (YYYY-MM-DD).
Filter by end date (YYYY-MM-DD).
Was this page helpful?