Plot HomeDocumentation
Tasks

List Task Labels

Retrieves all task labels for a team

GET
/v1/tasks/labels

Retrieves all task labels for a team

Query Parameters

teamId*string

Team ID (required)

Formatuuid

Response Body

application/json

curl -X GET "https://example.com/v1/tasks/labels?teamId=497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "data": [    {      "id": "string",      "color": "icon-secondary",      "name": "string"    }  ]}