---
title: "Show External Storage endpoint"
method: GET
path: "/teams/{team_slug}/storage/{storage_slug}"
---

# Show External Storage endpoint

`GET /teams/{team_slug}/storage/{storage_slug}`

## Path parameters

- `team_slug` string, required
- `storage_slug` string, required

## Response `200`

200

- union
  - object
    - `provider` string
    - `default` boolean
    - `name` string
    - `readonly` boolean
    - `bucket` string
    - `prefix` string
    - `region` string
    - `slug` string
    - `cloudfront_host` string
  - object
    - `provider` string
    - `default` boolean
    - `name` string
    - `readonly` boolean
    - `bucket` string
    - `prefix` string
    - `slug` string
  - object
    - `provider` string
    - `default` boolean
    - `name` string
    - `readonly` boolean
    - `bucket` string
    - `prefix` string
    - `slug` string
    - `tenant_id` string
  - object
    - `provider` string
    - `default` boolean
    - `name` string
    - `readonly` boolean
    - `bucket` string
    - `prefix` string
    - `base_url` string
    - `slug` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/v7labs/apis/darwin.md) · [All operations](https://skmtc.dev/v7labs/apis/darwin/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/v7labs/darwin/revisions/526a5b6b4cdc/schema)
