v51

latestSwagger 2.0AGPL-3.0-or-laterraw.githubusercontent.com2026-08-0116998415.7 KB
labels

Get all labels a user has access to

Returns all labels which are either created by the user or associated with a task the user has at least read-access to.

get/labels

Query parameters

pageinteger

The page number. Used for pagination. If not provided, the first page of results is returned.

per_pageinteger

The maximum number of items per page. Note this parameter is limited by the configured maximum of items per page.

sstring

Search labels by label text.

Response

The labels

createdstring

A timestamp when this label was created. You cannot change this value.

descriptionstring

The label description.

hex_colorstring

The color this label has in hex format.

idinteger

The unique, numeric id of this label.

titlestring

The title of the label. You'll see this one on tasks associated with it.

updatedstring

A timestamp when this label was last updated. You cannot change this value.