# List flows

List all conversations flows in an organization.

Endpoint: GET /beta/conversations/flows
Version: beta
Security: ApiKeyAuth

## Query parameters:

  - `channel` (string)
    An optional ConversationChannel can be specified to filter the flows. If not provided, the default channel is PstnPhone. Possible values: [WhatsApp, Voicemail, WidgetChat, FacebookMessenger, Email, ContactForm, Callback, PstnPhone, Messenger]

## Response 200 fields (application/json):

  - `data` (array)

  - `data.id` (string, required)

  - `data.name` (string, required)

  - `data.channel` (string, required)
    values: [WhatsApp, Voicemail, WidgetChat, FacebookMessenger, Twitter, Email, ContactForm, Callback, PstnPhone, Sms, Messenger]

  - `data.contactEndpointId` (string, required)

## Response 400 fields (application/json):

  - `message` (string, required)

## Response 500 fields (application/json):

  - `message` (string, required)

