Get metrics timeseries
Get timeseries data for evaluation metrics over time
Query Parameters
Optional time window for aggregation. Supported values: '5min', 'hour', 'day'. If not provided, will be calculated dynamically to return no more than 100 data points.
5min, hour, day Start time for the query in RFC3339 format. Defaults to 7 days ago if not specified.
Optional URL-encoded JSON filter. See the /filters endpoint for available fields.
Response
OK
Plotted data points ordered by timestamp.
Exclusive end of the queried window.
Inclusive beginning of the queried window.
A URL to the JSON Schema for this object.
"/api/model-services/v1/aisystem/schemas/GetLineChartResponseBody.json"
Unit of the plotted values, when known (e.g. "ms" for response time). Empty for unitless evaluation metrics; the frontend uses it to label the axis/tooltip.