---
title: "Get screens of a flow"
method: GET
path: "/v1/projects/{projectId}/whatsapp/flows/{flowId}/screens"
tags: ["WhatsApp Flows"]
---

# Get screens of a flow

`GET /v1/projects/{projectId}/whatsapp/flows/{flowId}/screens`

Retrieve the list of screens in a flow.

## Path parameters

- `projectId` string, required
- `flowId` string, required

## Response `200`

Flow screens

- WhatsappFlowScreenListDto
  - `screens` WhatsappFlowScreenDto[], required — List of screens for flow.
    - `id` string, required — Unique identifier of the screen which works as a page url.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `404` — NotFound
- `500` — InternalServerError

---

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