---
title: "storage info"
method: GET
path: "/api/v1/storage"
---

# storage info

`GET /api/v1/storage`

Returns info about each available file storage (e.g. SD Card or local storage)

## Response `200`

OK

- object
  - `storage_list` Storage[]
    - `name` string — Name of the storage, based on selected language
    - `type` 'LOCAL' | 'SDCARD' | 'USB', required — Storage source
    - `path` string, required — Path to storage (not display path)
    - `print_files` integer — Size of all print files in bytes
    - `system_files` integer — Size of all system files in bytes
    - `free_space` integer — System free space in bytes
    - `total_space` integer — System total space in bytes
    - `available` boolean, required — Whether the storage is available or not
    - `read_only` boolean — Whether the storage is read only

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/prusa3d/apis/prusalink-web.md) · [All operations](https://skmtc.net/prusa3d/apis/prusalink-web/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prusa3d/prusalink-web/versions/e0a5f7abc4df/schema)
