Kaneo Logo
Labels

Get Workspace Labels

Get all labels for a specific workspace

GET
/label/workspace/{workspaceId}

Authorization

bearerAuth
AuthorizationBearer <token>

API Key authentication

In: header

Path Parameters

workspaceId*string

Response Body

application/json

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