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/tags/{tagId}/resources \
--header 'Authorization: Bearer <token>'[
{
"tag_id": "tag_01E8Z4Q6J7B6A5P4E3D2C1B0A9",
"correlation_id": "site_9b52d930f4324c0abac04c12dff85544",
"correlation_type": "site",
"value": "APAC",
"created_at": "2025-10-29T13:00:00Z",
"updated_at": "2025-10-29T13:00:00Z"
}
]Retrieves a list of all resources that have a specific tag applied with a specific value. This is a powerful query for filtering resources based on their classifications.
curl --request GET \
--url https://v1.api.altostrat.io/tags/{tagId}/resources \
--header 'Authorization: Bearer <token>'[
{
"tag_id": "tag_01E8Z4Q6J7B6A5P4E3D2C1B0A9",
"correlation_id": "site_9b52d930f4324c0abac04c12dff85544",
"correlation_type": "site",
"value": "APAC",
"created_at": "2025-10-29T13:00:00Z",
"updated_at": "2025-10-29T13:00:00Z"
}
]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 tag definition.
The exact tag value to search for.
A list of resources matching the tag and value.
The ID of the parent tag definition.
"tag_01E8Z4Q6J7B6A5P4E3D2C1B0A9"
The ID of the resource this tag value is applied to.
"site_9b52d930f4324c0abac04c12dff85544"
The type of resource being correlated.
site, user, wan, account "site"
The specific value of the tag for this resource (e.g., "APAC", "High").
"APAC"
The timestamp when the tag value was created.
"2025-10-29T13:00:00Z"
The timestamp when the tag value was last updated.
"2025-10-29T13:00:00Z"
Was this page helpful?