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

# 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 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 uploads
    - `available` integer — The amount of remaining memory currently available in bytes
    - `total` integer — The total amount of memory available in bytes

---

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