---
title: "Get S3 Storage"
method: GET
path: "/s3-storages/{uuid}"
tags: ["S3 Storages"]
---

# Get S3 Storage

`GET /s3-storages/{uuid}`

Get S3 storage by UUID.

## Path parameters

- `uuid` string, required

## Response `200`

Get S3 storage by UUID

- 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

- `401` — Unauthenticated.
- `404` — Resource not found.

---

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