v1
latestOpenAPI 3.0.02026-07-17120114186.8 KBbus
Get object
Returns an object's metadata or full object data.
get/bus/object/{key}
Path parameters
keystring required
Example:folder/file
The key of the object to fetch
Query parameters
bucketstring required
The name of the bucket.
Example:default
The name of the bucket the object is in
onlymetadataboolean
If true, only returns object metadata without data
Response
Successfully retrieved object
Example response
{
"bucket": "default",
"etag": "W/\"33a64df551425fcc55e4d42a148795d9f25f89d4\""
}