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

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

List storage locations available for automation storage event triggers.

## Returns

A list of storage location objects.

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