---
title: "Get current memory usage"
method: GET
path: "/api/memory/current"
tags: ["System Metrics"]
---

# Get current memory usage

`GET /api/memory/current`

Retrieve the current memory usage statistics

## Response `200`

Current memory usage

- CurrentMemoryUsage
  - `time` string — Unix timestamp in milliseconds
  - `total` integer — Total memory in bytes
  - `available` integer — Available memory in bytes
  - `used` integer — Used memory in bytes
  - `usedPercent` number, float — Memory usage percentage (0-100)
  - `free` integer — Free memory in bytes

## 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/versions/351740053ed5/schema)
