---
title: "Listar fluxos"
method: GET
path: "/v2/flows"
tags: ["conversas-v2-flows"]
---

# Listar fluxos

`GET /v2/flows`

Listar fluxos.

## Response `200`

Lista de fluxos

- object
  - `flows` Flow[] — Lista de todos os fluxos da empresa.
    - `id` string, hash
    - `title` string — Título do fluxo.

## Other responses

- `400` — Bad request
- `401` — Access Token missing or invalid
- `403` — Not authorized to access such resource
- `500` — Internal Server Error

---

[API](https://skmtc.net/rdstation/apis/webhook-service.md) · [All operations](https://skmtc.net/rdstation/apis/webhook-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rdstation/webhook-service/revisions/3867c21388e8/schema)
