Python
S3-Compatible Storage
Get access key
Returns details of a specific access key for an S3-compatible storage.
GET
Python
Documentation Index
Fetch the complete documentation index at: https://gcore-doc-915.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Storage ID
Access key to retrieve
Response
AccessKeyV4
Access key ID used as the username in S3 authentication. Pass this in the AWS_ACCESS_KEY_ID field of your S3 client configuration.
Example:
"AKIAIOSFODNN7EXAMPLE"
ISO 8601 timestamp when the access key was created
Example:
"2025-08-05T09:17:02Z"