Skip to main content
GET
Get a monitor check

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

monitorId
string<uuid>
required

The monitor ID

checkId
string<uuid>
required

The monitor check ID

Query Parameters

limit
integer
default:25
Required range: 1 <= x <= 100
skip
integer
default:0

Number of page results to skip. Use the next URL from the previous response for pagination.

Required range: x >= 0
status
enum<string>
Available options:
same,
new,
changed,
removed,
error

Response

Monitor check details

success
boolean
next
string | null

URL to fetch the next page of monitor check page results, if any.

data
object