v32

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

List access keys

Returns a list of access keys for an S3-compatible storage.

get/storage/v4/object_storages/{storage_id}/access_keys

Path parameters

storage_idinteger required

Storage ID

Query parameters

offsetinteger

Number of records to skip before beginning to return results

limitinteger

Max number of records in response

order_bystring

Response

AccessKeyListEndpointResV4

countinteger required

Total number of access keys matching the filter

Example response

{
  "count": 5,
  "results": [
    {
      "access_key": "AKIAIOSFODNN7EXAMPLE",
      "created_at": "2025-08-05T09:17:02Z"
    }
  ]
}