Skip to main content
POST
Analyze drift

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

model_id
string
required

Identifier for the model to be updated.

Body

application/json
config
Feature Query · object[]
endDate
number | null
modelId
string
pagination
object
searchQuery
string
startDate
number | null

Response

The drift analyze query was done successfully.

calculatedOn
number
required

Timestamp of time when the query was performed.

end
number
required

End time for the data used for the query.

features
Drift Calculation · object[]
required

Drift calculations for selected columns for the query.

pagination
object
required
records
Record Count · object
required

Number of records (rows) used for the query.

start
number
required

Start time for the data used for the query.

totalCount
number
required
Last modified on August 27, 2026