Skip to main content
GET
GET
Returns all uptime monitors configured for the specified website, along with their current up/down status and recent incident history.

Query Parameters

string
required
UUID of the website to list monitors for.

Response

boolean
true on a successful request.
array
Array of monitor objects, each containing id, status (up/down), check_interval, last_checked_at, uptime_percentage.

Authorizations

Authorization
string
header
required

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

Query Parameters

website_id
string<uuid>
required

Response

200

Monitor list with status