> ## Documentation Index
> Fetch the complete documentation index at: https://smithers-feat-claude-workflow-mirror.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# listWorkflows

> Gateway RPC for listing registered workflows.

* Method: `listWorkflows`
* Scope: `run:read`
* Transports: HTTP RPC, WebSocket RPC
* Request: `{ filter?: { hasUi?: boolean } }`
* Response: `GatewayWorkflowSummary[]`

Errors are versioned as `v1` and include `InvalidRequest`, `Unauthorized`, `Forbidden`, and `Internal`.

Each summary includes `key`, `hasUi`, and `uiPath`. `readableName` and `description` are included when the workflow exposes them.
