Skip to main content
GET
/
api
/
v1
/
status-pages
/
{id}
/
monitors
Get monitors for a status page
curl --request GET \
  --url https://api.example.com/api/v1/status-pages/{id}/monitors
[
  {
    "id": "<string>",
    "name": "<string>",
    "status": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://getmonitor.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Response

200 - application/json

List of monitors

id
string
required
name
string
required
status
string
required