GET   checks/{checkId}/job

DEPRECATED. Gets the current job status for a check.

URL Parameters

NameDescription
checkId

Check identifier. Type: numeric.

Remarks

This method is deprecated. Please use the following approach instead:


After running check (by using POST checks/{checkId}/job) just call GET checks/{checkId} periodically until the timestamp_utc value is changed, what means you've got the job's result.

Request example

Response body model example and description

{
  "Status": "sample string 1",
  "Message": "sample string 2"
}
NameType Description
StatusString

No documentation available.

MessageString

No documentation available.