v1
latestOpenAPI 3.0.3Proprietary2026-07-26162247330.6 KBList objects in a bucket
Lists objects visible in the named bucket on the specified branch, including those inherited from ancestor branches. Listing is served by the user's session (no customer S3 credentials required).
When delimiter is supplied (typically /), keys are collapsed into common prefixes (folders) so callers can render a folder-style browser; keys that do not contain the delimiter after prefix are returned as objects.
Note: This endpoint is currently in Private Beta.
Query parameters
Only list objects whose key starts with this prefix.
Collapse keys sharing a common prefix up to the first occurrence of this delimiter (typically /) into the folders array.
Opaque pagination cursor returned as next_cursor by a previous call. Resume listing after the last item of the previous page.
Maximum number of items (objects + folders) to return.
Response
The list of objects and folders