---
title: "List all screens"
method: GET
path: "/v1/config/screen"
tags: ["Screens"]
---

# List all screens

`GET /v1/config/screen`

List all screens in a short form that only includes the screen id and title.

## Response `200`

A list of screens is returned on success.

- ScreenListResource[]
  - `id` string — The identifier of this screen.
  - `account` string — The account this screen belongs to.
  - `title` string — The title of this screen.

---

[API](https://skmtc.net/mezmo/apis/pipeline-api.md) · [All operations](https://skmtc.net/mezmo/apis/pipeline-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mezmo/pipeline-api/revisions/fb2535545d90/schema)
