# Automations.ListStorageLocations

```go
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.

```go title="Go"
locations, err := client.Automations.ListStorageLocations(ctx)
```
