v1

latestOpenAPI 3.0.02026-07-17120114186.8 KB
worker

Get overview of worker's memory usage.

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

get/worker/memory

Response

Successfully retrieved memory usage

Example response

{
  "download": {
    "available": 83886080,
    "total": 1073741824
  },
  "upload": {
    "available": 83886080,
    "total": 1073741824
  }
}