# Clusters

## GET /api/v1/clusters/GetAll

> Get a list of allocated clusters

```json
{"openapi":"3.0.1","info":{"title":"DenvrCloud API","version":"v1"},"paths":{"/api/v1/clusters/GetAll":{"get":{"tags":["clusters"],"summary":"Get a list of allocated clusters","operationId":"ApiV1ClustersGetallGet","responses":{"200":{"description":"Success","content":{"text/plain":{"schema":{"type":"array","items":{"type":"string"}}},"application/json":{"schema":{"type":"array","items":{"type":"string"}}},"text/json":{"schema":{"type":"array","items":{"type":"string"}}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"500":{"description":"Server Error"}}}}}}
```
