---
title: "List all CloudCache Servers"
method: GET
path: "/storagemanagement/v1/cloudcaches"
tags: ["Storage Management"]
---

# List all CloudCache Servers

`GET /storagemanagement/v1/cloudcaches`

Returns the list of CloudCache Servers configured in Druva inSync.

## Query parameters

- `pageToken` string

## Response `200`

OK

- CloudCacheList
  - `totalSize` integer — The number of CloudCache Servers listed on the result pages.
  - `nextPageToken` string — The token to access next page of results. This parameter will be empty for the last page of results.
  - `cloudcaches` CloudCache[]
    - `cloudCacheID` integer — The inSync assigned unique identifier of the CloudCache Server.
    - `cloudCacheName` string — The name of the CloudCache Server.
    - `status` 'Not Active' | 'Active' | 'Decommissioned' — The current status of the CloudCache Server.
    - `cacheUsage` string — The total disk space that the cache data consumed until date.
    - `totalCacheSize` string — The total disk space available for cache data.

## Other responses

- `400` — Bad Request
- `401` — The request did not include an authentication token or an expired authentication token was supplied.
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error in inSync GovCloud.
- `501` — Requested HTTP method is not implemented.

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/revisions/2af2bf148b25/schema)
