cURL
curl --request GET \ --url https://api.altostrat.io/resources/{correlationId}/tags \ --header 'Authorization: Bearer <token>'
[ { "tag_id": "tag_01E8Z4Q6J7B6A5P4E3D2C1B0A9", "key": "Region", "color": "#3F51B5", "value": "APAC" } ]
Retrieves all tags that have been applied to a specific resource.
A bearer token is required for all API requests.
The unique identifier of the resource being tagged or referenced.
A list of tags applied to the resource.
The ID of the tag definition.
"tag_01E8Z4Q6J7B6A5P4E3D2C1B0A9"
The display name of the tag category.
"Region"
The hex color code for the tag.
"#3F51B5"
The value of the tag on this resource.
"APAC"
Was this page helpful?