Skip to main content
GET
{documentUrl}
/
internal
/
storage
/
buckets
List buckets
curl --request GET \
  --url 'https://api.example.com/{{documentUrl}}/internal/storage/buckets'
This endpoint returns a list of available buckets.
documentURL
string
The base URL of the document.
internal
string
A segment of the path that specifies it is an internal call.
storage
string
A segment of the path referring to storage resources.
buckets
string
The particular resource in the storage being accessed.