Skip to main content
GET
List monitor checks

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

Query Parameters

limit
integer
default:25
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0
status
enum<string>

Filter checks by status.

Available options:
queued,
running,
completed,
failed,
partial,
skipped_overlap

Response

200 - application/json

Monitor checks

success
boolean
data
object[]