Labels
List labels
Lists labels in the authenticated account, newest first. Omitting page_size uses the default of 100. The maximum page_size is 1000. Negative page_size is rejected. Use page_token from the previous response to fetch the next page.
get/v1/labels
Query parameters
includeArchivedboolean
Whether to include archived labels
pageSizeinteger
Pagination: maximum number of items to return. When unset or 0, defaults to 100. Maximum 1000.
pageTokenstring
Pagination token for keyset pagination
tagIdsstring[]
Filter labels by tag IDs (returns labels that have any of the specified tags)
Response
A successful response.
Changes
Changed in 1 of the 3 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○