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} \
--header 'Authorization: Bearer <token>'{
"id": "tag_01E8Z4Q6J7B6A5P4E3D2C1B0A9",
"key": "Region",
"color": "#3F51B5",
"mandatory_on": [
"site"
],
"created_at": "2025-10-29T12:00:00Z",
"updated_at": "2025-10-29T12:30:00Z",
"values": [
{
"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 the details of a specific tag definition by its unique ID. This includes all the values that have been applied to resources using this tag.
curl --request GET \
--url https://v1.api.altostrat.io/tags/{tagId} \
--header 'Authorization: Bearer <token>'{
"id": "tag_01E8Z4Q6J7B6A5P4E3D2C1B0A9",
"key": "Region",
"color": "#3F51B5",
"mandatory_on": [
"site"
],
"created_at": "2025-10-29T12:00:00Z",
"updated_at": "2025-10-29T12:30:00Z",
"values": [
{
"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 requested tag definition.
The unique identifier for the tag definition.
"tag_01E8Z4Q6J7B6A5P4E3D2C1B0A9"
The display name for the tag category (e.g., "Region", "Priority").
"Region"
A hex color code used for UI display.
"#3F51B5"
A list of resource types where this tag must be applied.
The type of resource being correlated.
site, user, wan, account The timestamp when the tag definition was created.
"2025-10-29T12:00:00Z"
The timestamp when the tag definition was last updated.
"2025-10-29T12:30:00Z"
A list of all values that have been applied using this tag definition.
Show child attributes
Was this page helpful?