Skip to main content
GET
/
api
/
v1
/
buckets
/
{bucket}
/
objects
/
statistics
/
{object}
Get Stat Object
curl --request GET \
  --url https://storage-service.iran.liara.ir/api/v1/buckets/{bucket}/objects/statistics/{object} \
  --header 'Authorization: <api-key>'
{
  "status": "<string>",
  "data": {
    "object": {
      "size": 123,
      "metaData": {
        "content-type": "<string>"
      },
      "lastModified": "<string>",
      "versionId": "<string>",
      "etag": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #

Path Parameters

bucket
string
required
object
string
required

Response

successful operation

status
string
data
object