Skip to main content
List monitors
curl --request GET \
  --url https://api.example.com/vision/list
[
  {
    "id": 123,
    "stable_id": "<string>",
    "name": "<string>",
    "width": 123,
    "height": 123,
    "is_default": true
  }
]

Response

200 - application/json

OK

id
integer
required
stable_id
string
required
name
string
required
width
integer
required
height
integer
required
is_default
boolean
required