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

---

[API](https://skmtc.net/getstream/apis/stream-api.md) · [All operations](https://skmtc.net/getstream/apis/stream-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getstream/stream-api/versions/3dba86aaa0d8/schema)
