Skip to main content
GET
/
model-monitor
/
api
/
scheduler
/
{scheduleCheckId}
/
get_schedule_check_by_id
Gets schedule check data by schedule job ID
curl --request GET \
  --url https://api.example.com/model-monitor/api/scheduler/{scheduleCheckId}/get_schedule_check_by_id
{
  "jobId": "<string>",
  "schedulerId": "<string>",
  "modelId": "<string>",
  "startedAt": 123,
  "finishedAt": 123
}

Path Parameters

scheduleCheckId
string
required

Response

200 - application/json

scheduled check data

jobId
string
required
schedulerId
string
required
modelId
string
required
startedAt
number
required
finishedAt
number
required