# Automations.List

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

List all automation prototypes.

## Returns

A list of automation objects.

```go title="Go"
automations, err := client.Automations.List(ctx)
```
