Retrieve a list of labels from a label group
Get labels from a specific label group based on the provided query criteria.
Note
The API returns a maximum of 500 labels per request. The default page size is 100.
The labels are sorted by the created_at date in reverse chronological order, and they're paginated.
The page size, that is, the maximum number of labels returned per page is specified by the limit parameter.
- If the number of results exceeds the page size, the response also returns a cursor for the next page under
next_page_token.
To get the next page of results, make a new request using thatnext_page_tokenvalue inpage_token. - If the number of results is smaller than the page size,
next_page_tokenis not returned.
For more details, see the guides: Manage accounting settings and Manage labels and label groups.
Request
Response
List of labels