# Get

Launch stage: GA

`GET /api/2.0/accounts/{account_id}/storage-configurations/{storage_configuration_id}`

Gets a <Databricks> storage configuration for an account, both specified by ID.

API scopes: provisioning

Clouds: AWS

## Path parameters

- `storage_configuration_id` (string, optional)
- `account_id` (string, optional)

## Returns

Returns the StorageConfiguration object.

## Response

```json
{
  "storage_configuration_id": "string",
  "account_id": "string",
  "root_bucket_info": {
    "bucket_name": "string"
  },
  "storage_configuration_name": "string",
  "creation_time": 0,
  "role_arn": "string"
}
```

