Returns all detected entities for one or more tags in a single batch request. Each tag result includes every entity with its mention count, visibility, share of voice, average ranking, sentiment score, and sentiment breakdown. Use this to compare entity performance within specific query topics.
Project ID to specify the project context
Which tag system the tagIds belong to
query, execution "query"
Tag IDs to get entities for (batch)
["42", "43"]
Start date (inclusive)
"2025-01-01"
End date (exclusive)
"2025-02-01"
Filter by country code
Filter by language code
Filter by AI models
Filter by responses that have sources
Filter by responses that have shopping products
Filter by query tag IDs
Filter by execution tag IDs
Query tag matching mode: "or" matches ANY tag (default), "and" matches ALL tags.
and, or Execution tag matching mode: "or" matches ANY tag (default), "and" matches ALL tags.
and, or When true, entities belonging to the same entity_group are collapsed into a single row. Uses COUNT(DISTINCT ai_response_id) so that two group members present in the same response count as one (visibility cannot exceed 100%).
Filter which entity types to include in results. Accepted values: "owned", "primary", "competitor". Defaults to all types when omitted.
owned, primary, competitor ["owned", "primary", "competitor"]
Max number of entities to return (top N by mention count)
15
Per-tag entity results.