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

# WorkflowClient.all

```python theme={"system"}
def WorkflowClient.all() -> list[Workflow]
```

List all workflows.

## Returns

A list of workflow objects.

<RequestExample>
  ```python Python theme={"system"}
  workflows = workflow_client.all()
  ```
</RequestExample>
