# list_workflows

List available generation workflows (published blueprints) in a workspace.

Returns workflows with their input/output schemas so you can discover  
what generation capabilities are available.

For multi-step workflow guidance, call get\_workflow\_instructions.

## Parameters

| Parameter             | Type            | Default | Description                          |
| --------------------- | --------------- | ------- | ------------------------------------ |
| filter                | QueryFilter     | —       | Query filters                        |
| fulltext              | string          | —       | Full text search                     |
| pagination            | PaginationInput | —       | Parameters driving result pagination |
| limit                 | integer1–100    | 20      | Maximum number of results to return  |
| cursor                | string          | —       | Cursor from which to return results  |
| workspace\_idrequired | string (uuid)   | —       | The user's workspace id.             |
