Get tag

View as Markdown

Returns a single workspace tag. Requires the tags:read scope.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

tag_idstringRequired

Response headers

ETagstring
X-Api-Versionstring

Response

Tag response.
objectenum
Allowed values:
idstringformat: "^tag_[A-Za-z0-9]+$"
namestring
created_atdatetime
updated_atdatetime
hex_colorstring or nullformat: "^#[A-Fa-f0-9]{6}$"
descriptionstring or null
auto_tagging_enabledboolean

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error