> ## 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.

# Automations.List

```go theme={"system"}
func (automationClient) List(ctx context.Context) ([]*workflows.Automation, error)
```

List all automation prototypes.

## Returns

A list of automation objects.

<RequestExample>
  ```go Go theme={"system"}
  automations, err := client.Automations.List(ctx)
  ```
</RequestExample>
