Skip to main content
GET
Show Tag

Authorizations

Authorization
string
header
required

Team API key created in Team Settings. Use it with URLs for the same team.

Path Parameters

project
string<uuid>
required

Project UUID.

tag
string<uuid>
required

Tag UUID.

Response

Project tag.

uuid
string<uuid>
required
name
string
required
color
enum<string> | null
required

Tag chip colour palette name. Allowed values: gray, blue, cyan, purple, pink, red, orange, yellow, green, teal. Null or omitted displays as gray in the UI. Hex colours are not accepted.

Available options:
gray,
blue,
cyan,
purple,
pink,
red,
orange,
yellow,
green,
teal,
null