---
title: "Returns a list of Storages."
method: GET
path: "/cc/v1/storages"
tags: ["Storages"]
---

# Returns a list of Storages.

`GET /cc/v1/storages`

Optional extended description in Markdown.

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Detailed Storage and Storage information.

- PageStorageList
  - `models` Storage[]
    - `id` integer — the id of Storage
    - `path` string — the path of storage
    - `type` string — the type of storage
    - `remarks` string — the uid remarks storage
    - `enableFlag` integer — Whether the data is valid
  - `pageNumber` integer
  - `total` integer
  - `pageSize` integer
  - `totalPage` integer

## Other responses

- `401` — Unauthorized
- `404` — url to get allStorages not found.

---

[API](https://skmtc.net/webankfintech/apis/mlss-cc-api.md) · [All operations](https://skmtc.net/webankfintech/apis/mlss-cc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/webankfintech/mlss-cc-api/versions/615a549c16f7/schema)
