# AutomationClient.storage_locations

```python
def AutomationClient.storage_locations() -> list[StorageLocation]
```

List storage locations that can be used as storage event automation triggers.

## Returns

A list of storage locations available to the current account.

```python title="Python"
locations = client.automations().storage_locations()
```
