Returns all detected entities for one or more tags. Each tag result includes every entity with its mention count, visibility, share of voice, average ranking, sentiment score, and sentiment breakdown, ordered by visibility descending. Use this to compare entity performance across tags. For single-tag drill-down with sorting and pagination, use POST /entities/by-tag.
Documentation Index
Fetch the complete documentation index at: https://docs.mentionlab.io/llms.txt
Use this file to discover all available pages before exploring further.
Project ID to specify the project context
Which tag system the tagIds belong to
query, execution "query"
Tag IDs to get entities for
["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 IANA timezone for date bucketing and filtering (e.g. "Europe/Brussels"). Defaults to UTC.
"Europe/Brussels"
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"]
Per-tag entity results.