v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
S3-Compatible Storage

List S3-compatible storages

Returns a paginated list of S3-compatible storage instances for the authenticated client.

get/storage/v4/object_storages

Query parameters

idstring

Filter by storage ID

namestring

Filter by storage name

location_namestring

Filter by storage location/region

offsetinteger

Number of records to skip

limitinteger

Max number of records in response

order_bystring
provisioning_status'active' | 'creating' | 'updating' | 'deleting' | 'deleted'

Filter by provisioning status

show_deletedboolean

Include deleted storages

Response

S3StorageListEndpointResV4

countinteger required

Total number of S3 storages matching the filter

Example response

{
  "count": 1,
  "results": [
    {
      "address": "luxembourg-2.storage.example.com",
      "created_at": "2025-08-05T09:17:02Z",
      "full_name": "696-my-storage-prod",
      "id": 1,
      "location_name": "luxembourg-2",
      "name": "my-storage-prod",
      "provisioning_status": "active"
    }
  ]
}