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

# AutomationClient.storage_locations

```python theme={"system"}
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.

<RequestExample>
  ```python Python theme={"system"}
  locations = client.automations().storage_locations()
  ```
</RequestExample>
