Tags
Retrieve a tag
Retrieves an existing tag.
GET
/
v0
/
tags
/
{tag_id}
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Headers
teal-instance-id
string
requiredThe teal instance ID
Path Parameters
tag_id
string
requiredThe tag ID
Response
200 - application/json
id
string
requiredThe unique ID of the object.
name
string
requiredAn arbitrary string, useful for identifying the tag to the user.
tag_group_id
string
requiredThe ID of the tag group.
tag_group_name
string
requiredAn arbitrary string, useful for identifying the tag group to the user.
enabled
boolean
requiredWhether the tag is able to be assigned to objects.