Storage - Objects
List objects from bucket
List objects from bucket
get/workspace/storage/buckets/{bucket_name}/objects
Path parameters
bucket_namestring required
The name of the bucket
Query parameters
all_levelsboolean
If true, lists objects recursively. If false, lists only the first level using Delimiter='/' (default: true).
continuation_tokenstring
A continuation token for the next page of records.
fieldsstring
Comma-separated list of field names to include in the response. Nested fields can be accessed using dot notation.
max_object_countinteger
Number of results to be returned on the page. Limited to 1000 objects.
prefixstring
Filter objects by key prefix. If empty, lists from the bucket root (default: empty).
Response
List of bucket objects retrieved successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.