---
title: "Get an external storage configuration"
method: GET
path: "/organization/external_storage/{external_storage_id}"
---

# Get an external storage configuration

`GET /organization/external_storage/{external_storage_id}`

Get one customer-managed external storage configuration.

## Path parameters

- `external_storage_id` string, required

## Response `200`

Success

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

## Other responses

- `400` — The organization is not enabled for external storage.
- `403` — The caller does not have permission to perform this operation.
- `404` — The organization or external storage 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 `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/:external_storage_id/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/4b75527da17b?raw)
