---
title: "List the current flows for an organization"
method: GET
path: "/v1/flows"
tags: ["flows"]
deprecated: true
---

# List the current flows for an organization

`GET /v1/flows`

> **Deprecated.**

## Response `200`

A list of flows

- object
  - `data` ConversationFlow[]
    - `channel` 'widget_chat' | 'phone' | 'voice_mail' | 'email' | 'contact_form' | 'callback' | 'facebook_messenger', required — The channel a conversation can be conducted on.
    - `id` string, required
    - `name` string, required — The name of the flow
    - `endpoint_id` union, required
      - string — A regular email.
      - string — A phone number. Always in E.164 format. See https://support.twilio.com/hc/en-us/articles/223183008-Formatting-International-Phone-Numbers.

---

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