# AutomationClient.all

```python
def AutomationClient.all() -> list[AutomationPrototype]
```

List all registered automations.

## Returns

A list of automation prototypes.

```python title="Python"
automations = client.automations().all()
```
