Feedback Aggregate
Aggregate typed scorer feedback (tags, ratings) over time buckets.
Body
Query for aggregate scores by time bucket and dimension.
"entity/project"
Inclusive lower bound on created_at (milliseconds since epoch).
x >= 0Exclusive upper bound on created_at (milliseconds since epoch).
x >= 0Time bucket size in seconds, e.g. 3600 for 1h buckets
x > 0Filter on feedback_type by prefix
Filter to feedback that includes any of the given tags
Include only rows with a rating >= this value
0 <= x <= 1Include only rows with a rating <= this value
0 <= x <= 1Filter to these monitor ids (exact match; suffix with '*' for prefix match).
Filter to these scorer ids (exact match; suffix with '*' for prefix match).
Filter to feedback whose span_agent_name matches any of these (exact).
Filter by span type (turn vs conversation).
agent_turn, agent_conversation Allowed: ['scorer_id', 'span_agent_name', 'span_agent_version', 'span_status_code'].
scorer_id, span_agent_name, span_agent_version, span_status_code Response
Successful Response
Sparse time-series of aggregated scorer feedback (empty buckets omitted).