v1

latestSwagger 2.02026-08-04232286653.5 KB
S3Keys

Lists all S3 access keys in the organization and returns their details.

get/organizations/{org_id}/storage/s3/keys

Path parameters

org_idstring required

ID of the organization that owns the S3 access keys.

Response

Example response

{
  "items": [
    {
      "access_key_id": "S3U_ab4a6b00aa5f408ea9fbac6de5eb45ab",
      "alias": "my-service-account",
      "created_at": "2021-12-03T19:58:34Z",
      "expire_at": "2022-12-03T19:58:34Z",
      "key_uuid": "f5705300-79f8-4686-9b9f-02496a053bc0",
      "user_id": "e7bed65d-e918-4fab-921c-03b8db94aa7b"
    }
  ]
}