---
title: "Get overview of worker's memory usage."
method: GET
path: "/worker/memory"
---

# Get overview of worker's memory usage.

`GET /worker/memory`

Returns the memory usage of the worker for both uploads and downloads.

## Response `200`

Successfully retrieved memory usage

- object
  - `download` object — The memory status for for downloads
    - `available` integer — The amount of remaining memory currently available in bytes
    - `total` integer — The total amount of memory available in bytes
  - `upload` object — The memory status for for uploads
    - `available` integer — The amount of remaining memory currently available in bytes
    - `total` integer — The total amount of memory available in bytes

## Changes

- **2024-12-09** `f062c35d8f47` — 1 info
  - api tag `worker` removed

[Change history](https://skmtc.dev/siafoundation/apis/renterd-api/changes/worker/memory/get.md)

---

[API](https://skmtc.dev/siafoundation/apis/renterd-api.md) · [All operations](https://skmtc.dev/siafoundation/apis/renterd-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/siafoundation/renterd-api/revisions/ce856efcdea2/schema)
