List objects in a bucket
curl --request GET \
--url 'https://api.example.com/{{documentURL}}/internal/storage/buckets/{BUCKET_NAME}'List objects in a bucket
GET
{documentURL}
/
internal
/
storage
/
buckets
/
{BUCKET_NAME}
List objects in a bucket
curl --request GET \
--url 'https://api.example.com/{{documentURL}}/internal/storage/buckets/{BUCKET_NAME}'This endpoint retrieves a list of objects stored within a specific bucket. Replace
{BUCKET_NAME} with the actual name of the desired bucket
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.
The unique identifier for the storage bucket.
Last modified on June 15, 2026
Was this page helpful?
⌘I

