# Workflows.List

```go
func (workflowClient) List(ctx context.Context) ([]*workflows.Workflow, error)
```

List all workflows.

## Returns

A list of workflow objects.

```go title="Go"
workflowsList, err := client.Workflows.List(ctx)
```
