List tags
Returns a paginated list of tags associated with the organization, filterable by label and tag_group_slug; when include_counts is true, each tag includes a count of associated candidates.
Token scopes: ats:read
Authentication
Query parameters
Filter tags by label (case-insensitive partial match)
When true, each tag includes candidates_count (number of candidates with that tag)
Opaque cursor for pagination. Use the value from next_cursor of the previous response to fetch the next page.
Maximum number of tags to return per page (default: 20, max: 100).
Response
Whether more results exist (pagination).