Skip to main content
GET
/
monitors
/
{id}
/
checks
Get recent checks for a monitor
curl --request GET \
  --url https://api.example.com/monitors/{id}/checks \
  --header 'Authorization: Bearer <token>'
[
  {}
]

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Query Parameters

limit
number

Number of checks to return

Response

Return the checks.