Skip to main content
GET
/
storage
/
provisioning
/
v1
/
storage
/
{id}
/
s3
/
buckets
List s3 storage buckets
curl --request GET \
  --url https://api.gcore.com/storage/provisioning/v1/storage/{id}/s3/buckets \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "lifecycle": 123,
      "name": "<string>"
    }
  ],
  "meta": {
    "ToMeta": {}
  }
}

Authorizations

Authorization
string
header
required

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

id
integer<int64>
required

Query Parameters

offset
integer<uint64>

Amount of records to skip before beginning to write in response.

limit
integer<uint64>

Max number of records in response

Response

StorageListBucketsEndpointRes

StorageListBucketsEndpointRes output

data
object[]
meta
object

Provide meta info through layers