Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
object-storage
/
buckets
List buckets
curl --request GET \
  --url https://rest.compute.cudo.org/v1/projects/{projectId}/object-storage/buckets \
  --header 'Authorization: <api-key>'
{
  "buckets": [
    {
      "billableBytes": "<string>",
      "dataCenterId": "<string>",
      "endpoint": "<string>",
      "id": "<string>",
      "objectCount": "<string>",
      "projectId": "<string>",
      "sizeBytes": "<string>",
      "storageGibPriceHr": {
        "value": "<string>"
      }
    }
  ],
  "pageNumber": 123,
  "pageSize": 123,
  "totalCount": 123
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Path Parameters

projectId
string
required

Query Parameters

pageNumber
integer
pageSize
integer

Response

A successful response.

buckets
object[]
required
pageNumber
integer
required
pageSize
integer
required
totalCount
integer
required