Spaces method and path for this operation:
get /s/{space_id}/api/tags/{id}
Refer to Spaces for more information.
Returns a tag by ID.
GET
/api/tags/{id}
curl \
--request GET 'https://localhost:5601/api/tags/{id}' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"data": {
"color": "#1BA9F5",
"description": "Dashboards owned by engineering teams.",
"name": "Engineering"
},
"id": "tag-engineering",
"meta": {
"created_at": "2026-06-01T12:00:00.000Z",
"managed": false,
"updated_at": "2026-06-01T12:00:00.000Z",
"version": "WzEsMV0="
}
}