Skip to main content
GET
/
model-monitor
/
v2
/
api
/
model
/
{model_id}
/
drift-schedule-checks-history
Gets the model timeline data for drift schedule history page
curl --request GET \
  --url https://api.example.com/model-monitor/v2/api/model/{model_id}/drift-schedule-checks-history \
  --header 'X-Domino-Api-Key: <api-key>'
[
  {
    "id": "<string>",
    "time": 123,
    "columnsDrifted": 123,
    "columnsNotDrifted": 123
  }
]

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

model_id
string
required

Query Parameters

start_date
string
end_date
string

Response

Gets the model timeline data

id
string
required
time
integer
required
columnsDrifted
integer
required
columnsNotDrifted
integer
required