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
/storage/list/objectsQuery parameters
bucket_nameQuerystringrequiredBucket Name
project_idQueryintegerrequiredProject ID Find your project id here
locationQuerystringrequiredLocation (Delhi and Chennai)
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