Skip to main content
GET
Get model quality trend

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

model_id
string
required

Identifier of the model.

Query Parameters

startTimestamp
number
required

Start time for the data used for the query.

endTimestamp
number
required

End time for the data used for the query.

metricName
string
required

Metric used for the trend.

Response

The model quality trend was fetched successfully.

timestamp
number
required

Timestamp of the date for which this trend point exists.

numberOfRows
number

Number of rows for this trend point.

value
number | null

Value of the trend point.

Last modified on August 27, 2026