---
title: "Get system information"
method: GET
path: "/api/optimize/system-info"
tags: ["Optimization"]
---

# Get system information

`GET /api/optimize/system-info`

Returns system information including CPU count and memory details

## Response `200`

Successfully retrieved system information

- SystemInfo
  - `cpuCount` integer, required — Number of available CPU cores
  - `maxMemory` integer, required — Maximum available memory in bytes

## Other responses

- `500` — Internal server error

## Changes

- **2025-07-11** `d6bb02f2e15f` — 1 info
  - endpoint added
- **2025-04-25** `36671e29b758` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/nimtable/apis/nimtable-api/changes/api/optimize/system-info/get.md)

---

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