v32

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

Get access key

Returns details of a specific access key for an S3-compatible storage.

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

Path parameters

storage_idinteger required

Storage ID

access_keystring required

Access key to retrieve

Response

AccessKeyV4

access_keystring required

Access key ID used as the username in S3 authentication. Pass this in the AWS_ACCESS_KEY_ID field of your S3 client configuration.

created_atstring date-time required

ISO 8601 timestamp when the access key was created

Example response

{
  "access_key": "AKIAIOSFODNN7EXAMPLE",
  "created_at": "2025-08-05T09:17:02Z"
}