Skip to main content
GET
/
label
/
workspace
/
{workspaceId}
cURL
curl --request GET \
  --url https://cloud.kaneo.app/api/label/workspace/{workspaceId} \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "color": "<string>",
    "createdAt": "<unknown>",
    "taskId": "<string>",
    "workspaceId": "<string>"
  }
]

Authorizations

Authorization
string
header
required

API Key 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
any
required
taskId
string | null
required
workspaceId
string | null
required