EaserixDocs
DevelopersAPI referenceTasksLabels

List labels

Labels across the org's teams, ordered by name. Filter with team_id.

View as Markdown
GET
/v1/labels
AuthorizationBearer <token>

In: header

Query Parameters

team_id?string

Restrict to one team.

Formatuuid

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/labels"
{  "labels": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "teamId": "a4ede8ba-7c0a-4485-8763-cbd9b282fbec",      "name": "string",      "color": "string"    }  ]}