---
title: "List external storage configurations"
method: GET
path: "/organization/external_storage"
---

# List external storage configurations

`GET /organization/external_storage`

List the organization's customer-managed external storage configurations.

## Query parameters

- `project_id` string, nullable
- `after` string, nullable — Return external storage configurations after this ID.
- `order` 'asc' | 'desc'
- `limit` integer

## Response `200`

Success

- ExternalStorageListResource
  - `object` 'list', required
  - `data` ExternalStorageResponse[], required
    - `object` 'organization.external_storage', required
    - `id` string, required
    - `project_id` string, required
    - `provider` union, required
      - AwsExternalStorageProviderResponse
        - `type` 'aws', required
        - `account_id` string, required
        - `region` string, required
        - `bucket` string, required
        - `role_arn` string, required
        - `external_id` string, required
      - AzureExternalStorageProviderResponse
        - `type` 'azure', required
        - `tenant_id` string, required
        - `subscription_id` string, required
        - `resource_group` string, required
        - `account_name` string, required
        - `container` string, required
        - `region` string, required
    - `geography` string, required
    - `status` 'pending' | 'validated' | 'unhealthy', required
    - `created_at` integer, required
  - `first_id` string, nullable, required
  - `last_id` string, nullable, required
  - `has_more` boolean, required

## Changes

- **2026-09-18** `8ad6af0ee4e1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openapi/changes/organization/external_storage/get.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc.dev/openai/apis/openapi/revisions/c40bf0ba89d2?raw)
