> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vectalk.com.br/llms.txt
> Use this file to discover all available pages before exploring further.

# Listar Flows

> Lista todos os WhatsApp Flows associados a uma conta WhatsApp Business (WABA).

<Note>
  Requer token de instância. O WABA ID é resolvido automaticamente pelo token — não é necessário informar o `waba-id`.
</Note>

## Resposta

```json theme={null}
{
  "data": [
    {
      "id": "flow_id_123",
      "name": "Pesquisa de Satisfação",
      "status": "PUBLISHED",
      "categories": ["SURVEY"],
      "validation_errors": []
    }
  ],
  "paging": {
    "cursors": {
      "before": "before_cursor",
      "after": "after_cursor"
    }
  }
}
```
