---
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
      - GcpExternalStorageProviderResponse
        - `type` 'gcp', required
        - `bucket` string, required
        - `workload_identity_project_number` string, required
        - `workload_identity_pool_id` string, required
        - `workload_identity_provider_id` string, required
        - `region` string, required
        - `audience` 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

## Other responses

- `400` — The organization is not enabled for external storage or the listing parameters are invalid.
- `403` — The caller does not have permission to perform this operation.
- `404` — The organization or project was not found.

## Changes

- **2026-09-25** `d86203de41ae` — 3 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`
- **2026-09-22** `26bd6202a0ad` — 1 breaking
  - added `#/components/schemas/GcpExternalStorageProviderResponse` to the `data/items/provider` response property `oneOf` list for the response status `200`
- **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/222f167a2327?raw)
