---
title: "Get Stat Object"
method: GET
path: "/api/v1/buckets/{bucket}/objects/statistics/{object}"
tags: ["Object"]
---

# Get Stat Object

`GET /api/v1/buckets/{bucket}/objects/statistics/{object}`

## Path parameters

- `bucket` string, required
- `object` string, required

## Response `200`

successful operation

- Stat
  - `status` string
  - `data` object
    - `object` object
      - `size` number
      - `metaData` object
        - `content-type` string
      - `lastModified` string
      - `versionId` string
      - `etag` string

## Other responses

- `400` — Bad Request
- `401` — Missing authentication
- `404` — Not Found
- `409` — Conflict
- `500` — server does not response

## Changes

- **2023-10-06** `e80fa6480d76` — 1 breaking, 1 info
  - removed the success response with the status `204`
  - added the success response with the status `200`
- **2023-10-04** `aa2c8187a376` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/liara-cloud/apis/object-storage-api-documentaion/changes/api/v1/buckets/:bucket/objects/statistics/:object/get.md)

---

[API](https://skmtc.dev/liara-cloud/apis/object-storage-api-documentaion.md) · [All operations](https://skmtc.dev/liara-cloud/apis/object-storage-api-documentaion/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/liara-cloud/object-storage-api-documentaion/revisions/b0ca12d806de/schema)
