---
title: "List S3 Storages"
method: GET
path: "/s3-storages"
tags: ["S3 Storages"]
---

# List S3 Storages

`GET /s3-storages`

List all S3 storages for the authenticated team.

## Response `200`

Get all S3 storages.

- object[]
  - `uuid` string
  - `name` string
  - `description` string, nullable
  - `endpoint` string
  - `bucket` string
  - `region` string
  - `is_usable` boolean
  - `team_id` integer
  - `created_at` string
  - `updated_at` string

## Other responses

- `400` — Invalid token.
- `401` — Unauthenticated.

---

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