Return aggregated feedback statistics over time buckets.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Request for aggregated feedback statistics over time buckets.
Inclusive start time (UTC, ISO 8601).
Exclusive end time (UTC, ISO 8601). Defaults to now if omitted.
Filter by feedback_type.
Filter by trigger_ref (exact or prefix match for all-versions).
Bucket size in seconds. If omitted, auto-selected based on time range.
IANA timezone for bucket alignment.
Metrics to aggregate from payload_dump.
Successful Response
Response with time-series feedback statistics.
Resolved start time (always UTC, regardless of the requested timezone).
Resolved end time (always UTC, regardless of the requested timezone).
Bucket size used (in seconds)
Timezone used for bucket alignment
Time-bucketed aggregations. Each dict has 'timestamp' (ISO string), 'count' (int), and '{agg}_{slug}' keys for each requested metric+aggregation.
Aggregations over the full query window, keyed by metric slug (e.g. 'output_score'). Each value maps agg name to result.