v1

latestOpenAPI 3.0.32026-07-26172157253.6 KB
S3 Access Keys

List S3 Access Keys

Return every S3 access key configured for this project. Plaintext secrets are never returned here — the secret is only shown once in the response of POST /api/storage/s3/access-keys.

get/api/storage/s3/access-keys

Response

List of access keys (without secrets)

Example response

{
  "data": [
    {
      "id": "11111111-1111-1111-1111-111111111111",
      "accessKeyId": "INSFABC123DEF456GH78",
      "description": "backup-script",
      "createdAt": "2026-04-22T00:00:00Z"
    }
  ]
}