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

# Client.Clusters.List

```go theme={"system"}
func (*ClusterClient) List(ctx context.Context) ([]*workflows.Cluster, error)
```

Fetch all available clusters.

## Returns

A list of all available clusters.

<RequestExample>
  ```go Go theme={"system"}
  clusters, err := client.Clusters.List(ctx)
  ```
</RequestExample>
