Skip to main content
GET
/
api
/
v1
/
labels
Error
A valid request URL is required to generate request examples
[
  {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "color": "<string>",
    "workspaceId": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer token authentication supports:

  • Personal API tokens (PATs)
  • OAuth2 access tokens
  • JWT tokens

Example: Authorization: Bearer your_token_here

Response

200 - application/json

List of workspace labels

id
string

Unique label identifier

name
string

Label name (unique within workspace)

description
string

Optional label description

color
string

Label color (hex format)

workspaceId
string

Workspace this label belongs to

createdAt
string<date-time>

Label creation timestamp

updatedAt
string<date-time>

Label last update timestamp