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/metadata/{siteId}/notes \
--header 'Authorization: Bearer <token>'[
{
"name": "Network Diagram Q4 2025.pdf",
"key": "f6e5d4c3b2a1f6e5d4c3b2a1f6e5d4c3b2a1f6e5",
"size": 1048576,
"last_modified": "2025-10-29T14:00:00Z",
"download_url": "https://s3.amazonaws.com/altostrat-bucket/...?..."
}
]Retrieves a list of all markdown notes associated with a specific site.
curl --request GET \
--url https://v1.api.altostrat.io/metadata/{siteId}/notes \
--header 'Authorization: Bearer <token>'[
{
"name": "Network Diagram Q4 2025.pdf",
"key": "f6e5d4c3b2a1f6e5d4c3b2a1f6e5d4c3b2a1f6e5",
"size": 1048576,
"last_modified": "2025-10-29T14:00:00Z",
"download_url": "https://s3.amazonaws.com/altostrat-bucket/...?..."
}
]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.
A bearer token is required for all API requests.
The unique identifier for the site.
A list of note files.
The display name of the file.
"Network Diagram Q4 2025.pdf"
The unique identifier or key for the file in storage.
"f6e5d4c3b2a1f6e5d4c3b2a1f6e5d4c3b2a1f6e5"
The size of the file in bytes.
1048576
The last modified timestamp of the file.
"2025-10-29T14:00:00Z"
A short-lived, pre-signed URL to download the file directly.
"https://s3.amazonaws.com/altostrat-bucket/...?..."
Was this page helpful?