List Objects in an EOS Bucket
Set include_versions=true to view version IDs. Use object_name to get versions of a specific object. Leave both empty to retrieve only the list of objects.
GET
/api/v1/storage/list/objectsQuery parameters
bucket_nameQuerystringrequiredBucket Name
project_idQueryintegerrequiredProject ID Find your project id here
locationQuerystringrequiredDeployment region for the resource. Accepted values:
Delhi,Chennai.Mumbai region has been discontinued. Delhi and Chennai are the only supported regions.
include_versionsQuerybooleanoptionalInclude versions in the response. Only
trueis accepted.object_nameQuerystringoptionalObject name for which versions are to be fetched.
Responses
200List of objects inside the specified bucket
example
200example
Success