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/syslogs/{siteId} \
--header 'Authorization: Bearer <token>'{
"current_page": 123,
"data": [
{
"date": "29 Oct 2025 12:59:33",
"topic": "firewall,info",
"message": "in:ether1 out:bridge, connection-state:established"
}
],
"first_page_url": "<string>",
"from": 123,
"last_page": 123,
"last_page_url": "<string>",
"next_page_url": "<string>",
"path": "<string>",
"per_page": 123,
"prev_page_url": "<string>",
"to": 123
}Retrieves a paginated list of syslog messages for a specific site, ordered by the most recent first.
curl --request GET \
--url https://v1.api.altostrat.io/metrics/syslogs/{siteId} \
--header 'Authorization: Bearer <token>'{
"current_page": 123,
"data": [
{
"date": "29 Oct 2025 12:59:33",
"topic": "firewall,info",
"message": "in:ether1 out:bridge, connection-state:established"
}
],
"first_page_url": "<string>",
"from": 123,
"last_page": 123,
"last_page_url": "<string>",
"next_page_url": "<string>",
"path": "<string>",
"per_page": 123,
"prev_page_url": "<string>",
"to": 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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier for the site.
"d8f8f8f8-f8f8-f8f8-f8f8-f8f8f8f8f8f8"
A pagination cursor for retrieving the next set of results.
Was this page helpful?