---
title: "List flows"
method: GET
path: "/beta/conversations/flows"
tags: ["Conversations"]
---

# List flows

`GET /beta/conversations/flows`

List all conversations flows in an organization.

## Query parameters

- `channel` string

## Response `200`

The list of conversation flows

- ListFlowsOutput
  - `data` ConversationFlow[]
    - `id` string, uuid, required
    - `name` string, required
    - `channel` string, required — values: [WhatsApp, Voicemail, WidgetChat, FacebookMessenger, Twitter, Email, ContactForm, Callback, PstnPhone, Sms, Messenger]
    - `contactEndpointId` string, required

## Other responses

- `400` — Invalid value extracted from request context, Invalid value for: query parameter channel
- `500` — Internal failure during request processing

---

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