List buckets
curl --request GET \
--url 'https://api.example.com/{{documentUrl}}/internal/storage/buckets'List buckets
The Documents Plugin provides the following REST API endpoints for interacting with the stored files.
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.
The base URL of the document.
A segment of the path that specifies it is an internal call.
A segment of the path referring to storage resources.
The particular resource in the storage being accessed.
Last modified on March 7, 2025
Was this page helpful?
⌘I

