---
title: "Get external storage"
method: GET
path: "/imports/v2/external-storage"
tags: ["product:chat"]
---

# Get external storage

`GET /imports/v2/external-storage`

Returns the current external storage configuration for the app. Returns 404 if no configuration exists.

## Response `200`

Response

- GetExternalStorageResponse, nullable — Basic response information
  - `aws_s3` GetExternalStorageAWSS3Response
    - `bucket` string, required
    - `path_prefix` string
    - `region` string, required
    - `role_arn` string, required
  - `created_at` string, date-time, required
  - `duration` string, required — Duration of the request in milliseconds
  - `gcs` GetExternalStorageGCSResponse
    - `bucket` string, required
    - `credentials_set` boolean, required
    - `path_prefix` string
  - `type` string, required
  - `updated_at` string, date-time, required

## Other responses

- `400` — Bad request
- `429` — Too many requests

## Changes

> 88 revisions in range; 2 not diffed.

- **2026-07-29** `eeb1fb65b777` — 1 info
  - endpoint added
- **2026-07-29** `d274674f0337` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/getstream/apis/stream-api/changes/imports/v2/external-storage/get.md)

---

[API](https://skmtc.dev/getstream/apis/stream-api.md) · [All operations](https://skmtc.dev/getstream/apis/stream-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getstream/stream-api/revisions/dbddf72cc34e/schema)
