Skip to main content
GET
/
label
/
workspace
/
{workspaceId}
Get Workspace Labels
curl --request GET \
  --url https://cloud.kaneo.app/api/label/workspace/{workspaceId} \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "color": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "taskId": "<string>",
    "workspaceId": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

workspaceId
string
required

Response

200 - application/json

List of labels in the workspace

id
string
required
name
string
required
color
string
required
createdAt
string<date-time>
required
taskId
string | null
required
workspaceId
string | null
required