Kaneo Logo
ApiLabels

Get Task Labels

Get all labels assigned to a specific task

GET
/label/task/{taskId}

Authorization

bearerAuth
AuthorizationBearer <token>

API Key authentication

In: header

Path Parameters

taskId*string

Response Body

application/json

curl -X GET "https://cloud.kaneo.app/api/label/task/string"
[
  {
    "id": "string",
    "name": "string",
    "color": "string",
    "createdAt": null,
    "taskId": "string",
    "workspaceId": "string"
  }
]