Returns a time-bucketed visibility matrix with one point per tag per bucket. Each point includes the tag metadata, total responses, present-in count, and visibility percentage. Use this to chart visibility trends across tags over time.
Project ID to specify the project context
Which tag system to group by
query, execution "query"
Time bucket granularity
day, week, month "week"
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 Entity IDs to compute visibility for (defaults to primary non-blacklisted)
Start of the time bucket (ISO 8601). Granularity depends on the requested bucketSize (day/week/month).
"2025-01-01T00:00:00.000Z"
Tag ID (UUID).
"550e8400-e29b-41d4-a716-446655440000"
Tag display name.
"Pricing"
Tag color as a hex string.
"#FF5733"
Total number of AI responses tagged with this tag in this time bucket (denominator for visibilityPct).
50
Number of AI responses in this bucket (for this tag) where the selected entities are mentioned (numerator for visibilityPct). Distinct by ai_response_id to avoid double-counting.
20
Visibility percentage — how often the selected entities appear in responses tagged with this tag in this bucket. Formula: (presentIn / totalResponses) × 100.
40