See Entities for the complete Tag object structure.
List Tags
Bearer token. Example:
Bearer qw-api-xxxPath Parameters
The unique identifier of the brand
Query Parameters
Number of days to include. If not specified, returns all data.
Start date (ISO 8601 format)
End date (ISO 8601 format)
Filter by AI provider. Supports comma-separated multi-select (e.g.,
chatgpt,claude).Filter by topic (keyword) ID. Supports comma-separated multi-select (e.g.,
id1,id2).Maximum number of tags to return (max: 100)
Number of results to skip for pagination
Field to sort by:
prompts, answers, mentionRate, shareOfVoice, sentiment, nameSort order:
asc or descResponse
Indicates if the request was successful
Example Request
Example Response
Error Responses
| Status | Code | Description |
|---|---|---|
| 401 | INVALID_TOKEN | Authentication failed |
| 404 | BRAND_NOT_FOUND | Brand doesn’t exist or not accessible |
Tag Evolution
Bearer token. Example:
Bearer qw-api-xxxPath Parameters
The unique identifier of the brand
The unique identifier of the tag
Query Parameters
Number of days to include. If not specified, returns all data.
Start date (ISO 8601 format)
End date (ISO 8601 format)
Filter by AI provider. Supports comma-separated multi-select (e.g.,
chatgpt,claude).Filter by topic (keyword) ID. Supports comma-separated multi-select (e.g.,
id1,id2).Filter by prompt type:
TOFU, MOFU, BOFUResponse
Indicates if the request was successful
Example Request
Example Response
Error Responses
| Status | Code | Description |
|---|---|---|
| 401 | INVALID_TOKEN | Authentication failed |
| 404 | BRAND_NOT_FOUND | Brand doesn’t exist or not accessible |
| 404 | TAG_NOT_FOUND | Tag doesn’t exist or not accessible |

