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

## Changes

- **2023-02-16** `94071d81ccf6` — 1 info
  - added the new optional `header` request parameter `Accept-Language` to all path's operations
- **2022-09-08** `122a52bd5cd3` — 1 info
  - added the optional property `storage_list/items/read_only` to the response with the `200` status
- **2022-06-23** `9034fb0fafeb` — 1 info
  - endpoint added
- **2021-02-22** `30eda14983ed` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/prusa3d/apis/prusalink-web/changes/api/v1/storage/get.md)

---

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