List tags
Tags
List tags
Returns a paginated list of tags matching the supplied filters, optionally with the linked-query count per tag.
POST
List tags
Headers
Project ID to specify the project context
Query Parameters
Required range:
1 <= x <= 1000Required range:
x >= 1Body
application/json
Filter tags by name using a case-insensitive partial match.
Example:
"branding"
Include the count of queries associated with each tag
Example:
true
Sorting options for the tag list. Currently only the "name" field is sortable. Defaults to ascending order by name.
Example:
[{ "field": "name", "direction": "ASC" }]