---
title: "List monitors"
method: GET
path: "/vision/list"
tags: ["Vision"]
---

# List monitors

`GET /vision/list`

Returns all available monitors/displays.

## Response `200`

OK

- MonitorInfo[]
  - `id` integer, required
  - `stable_id` string, required
  - `name` string, required
  - `width` integer, required
  - `height` integer, required
  - `is_default` boolean, required

## Changes

> 10 revisions in range; 1 could not be searched.

- **2026-04-09** `0f0f8030c7e2` — 1 info
  - api tag `Vision` added
- **2026-04-08** `1a63468a8d30` — 3 info
  - api operation id `server_api_list_monitors` removed and replaced with `routes_health_api_list_monitors`
  - api tag `Vision Control` removed
  - added the required property `items/stable_id` to the response with the `200` status
- **2026-02-16** `e143bf8d73bc` — 1 breaking, 2 info
  - removed the required property `items/recording` from the response with the `200` status
  - api tag `Vision Control` added
  - added the required property `items/is_default` to the response with the `200` status
- **2026-02-11** `2825740bcf63` — 1 breaking, 2 info
  - removed the required property `items/is_default` from the response with the `200` status
  - api operation id `list-monitors` removed and replaced with `server_api_list_monitors`
  - added the required property `items/recording` to the response with the `200` status
- **2026-02-11** `61c0a2f34556` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/screenpipe/apis/screenpipe-api/changes/vision/list/get.md)

---

[API](https://skmtc.dev/screenpipe/apis/screenpipe-api.md) · [All operations](https://skmtc.dev/screenpipe/apis/screenpipe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/screenpipe/screenpipe-api/revisions/c48ab58de88e/schema)
