Get evaluation histogram data
Get histogram data for the specified evaluation name
Query Parameters
Start time for the query in RFC3339 format. Defaults to 7 days ago if not specified.
Optional numeric metric to aggregate per categorical value. When omitted, bars represent trace counts.
Aggregation applied to 'metric' per categorical value. Defaults to 'count'.
count, mean, min, max, p50, p95 Optional URL-encoded JSON filter. See the /filters endpoint for available fields.
Response
OK
Echoes the aggregation applied ("count" when no metric was requested).
count, mean, min, max, p50, p95 Numeric metrics that can be aggregated for this categorical.
Histogram buckets, one per categorical value.
Exclusive end of the histogram window.
Inclusive beginning of the histogram window.
Name of the evaluation represented on the x-axis.
A URL to the JSON Schema for this object.
"/api/model-services/v1/aisystem/schemas/GetEvaluationHistogramResponseBody.json"
Echoes the aggregated metric; empty in count mode.
Unit of the aggregated values, when known (e.g. "ms" for response time).