Get sentiment over time
Returns the project brand’s sentiment over time, one point per bucket in chronological order with its average score and positive/neutral/negative counts.
Headers
Project ID to specify the project context
Body
Time bucket granularity
day, week, month "day"
Start date (inclusive)
"2025-01-01"
End date (exclusive)
"2025-02-01"
Filter by country codes
["BE", "FR"]Filter by language codes
["en", "fr"]Filter by AI models
["gpt-4o", "claude-3-5-sonnet"]Filter by query IDs
["3fa85f64-5717-4562-b3fc-2c963f66afa6"]Filter by source presence: "sources" (only with sources), "no_sources" (only without), "all" (no filter). Legacy true/false values are still accepted.
all, sources, no_sources Filter by shopping presence: "shopping" (only with shopping), "no_shopping" (only without), "all" (no filter). Legacy true/false values are still accepted.
all, shopping, no_shopping Filter by query tag IDs
["3fa85f64-5717-4562-b3fc-2c963f66afa6"]Filter by execution tag IDs
["3fa85f64-5717-4562-b3fc-2c963f66afa6"]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"
Entity IDs to compute sentiment for. Defaults to project brand (primary non-blacklisted).
[
"550e8400-e29b-41d4-a716-446655440000",
"550e8400-e29b-41d4-a716-446655440001"
]Response
Start of the time bucket (ISO 8601).
"2025-01-01T00:00:00.000Z"
Average sentiment score for this bucket (0–100).
68.5
Count of positive-sentiment mentions in this bucket.
42
Count of neutral-sentiment mentions in this bucket.
18
Count of negative-sentiment mentions in this bucket.
8
Total mention count in this bucket.
68