API reference
List objects in a bucket
GET
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
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.
BUCKET_NAME
string
requiredThe unique identifier for the storage bucket.
Was this page helpful?