> ## Documentation Index
> Fetch the complete documentation index at: https://visaflo.ca/knowledge-base/llms.txt
> Use this file to discover all available pages before exploring further.

# List workflows

> List the workflow templates available to an API key.

`GET https://api.visaflo.app/api/public/workflow/list`

```bash theme={null}
curl "https://api.visaflo.app/api/public/workflow/list" \
  -H "X-API-Key: YOUR_API_KEY"
```

Returns `200` with workflows ordered by most recently changed. Each item contains `id`, `name`, `description`, and `taskCount`. Use its ID with [Create tasks from a workflow](/knowledge-base/developers/endpoints/create-tasks-from-workflow).
