---
title: "List Storages"
method: GET
path: "/databases/{uuid}/storages"
tags: ["Databases"]
---

# List Storages

`GET /databases/{uuid}/storages`

List all persistent storages and file storages by database UUID.

## Path parameters

- `uuid` string, required

## Response `200`

All storages by database UUID.

- object
  - `persistent_storages` object[]
  - `file_storages` object[]

## Other responses

- `400` — Invalid token.
- `401` — Unauthenticated.
- `404` — Resource not found.

## Changes

- **2026-03-23** `b21a895fed75` — 1 info
  - endpoint added
- **2026-03-23** `0c873a303ea3` — 1 breaking
  - api path removed without deprecation
- **2026-03-23** `83f34147a29e` — 1 info
  - endpoint added
- **2026-03-16** `385ee693a76d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/coollabsio/apis/coolify/changes/databases/:uuid/storages/get.md)

---

[API](https://skmtc.dev/coollabsio/apis/coolify.md) · [All operations](https://skmtc.dev/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coollabsio/coolify/revisions/789e6ad3796c/schema)
