---
title: "Get current container storage"
method: GET
path: "/api/container/{containerId}/disk/current"
tags: ["Container Metrics"]
---

# Get current container storage

`GET /api/container/{containerId}/disk/current`

Latest stored writable-layer and volume size for a specific container (null if none recorded)

## Path parameters

- `containerId` string, required

## Response `200`

Current container storage (or null)

- ContainerDiskUsage
  - `time` string — Unix timestamp in milliseconds
  - `writableLayer` integer — Docker writable-layer size in bytes (SizeRw)
  - `volumesTotal` integer — Summed size in bytes of the container's volume/bind mounts
  - `human_friendly_time` string, date-time — ISO 8601 formatted timestamp (only in debug mode)

## Other responses

- `401` — Unauthorized - missing or invalid authentication token
- `500` — Internal server error

---

[API](https://skmtc.net/coollabsio/apis/sentinel-api.md) · [All operations](https://skmtc.net/coollabsio/apis/sentinel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coollabsio/sentinel-api/revisions/fe71cb07ae78/schema)
