---
title: "Retrieve System Info"
method: GET
path: "/api/v1/system/info"
tags: ["System"]
---

# Retrieve System Info

`GET /api/v1/system/info`

Returns runtime details about the active Fabro server process.

## Response `200`

System information

- SystemInfoResponse — Runtime information for the active Fabro server process.
  - `version` string — Server version string.
  - `server_url` string — Configured public server URL for browser and CLI authentication flows.
  - `git_sha` string, nullable — Build git SHA when available.
  - `build_date` string, nullable — Build date when available.
  - `profile` string, nullable — Cargo build profile (e.g. `release`, `debug`) when available.
  - `os` string — Target operating system.
  - `arch` string — Target CPU architecture.
  - `storage_engine` string — Backing run storage engine.
  - `storage_dir` string — Configured storage directory.
  - `uptime_secs` integer — Seconds since this server process started.
  - `runs` SystemRunCounts — Counts of known runs in the active server process.
    - `total` integer — Total runs tracked by the server process.
    - `active` integer — Runs currently pending, runnable, or executing.
    - `scheduler_slots_used` integer — Runs currently occupying scheduler concurrency slots.
  - `sandbox_provider` string — Effective sandbox provider for launched runs.

---

[API](https://skmtc.net/fabro-sh/apis/fabro-run-api.md) · [All operations](https://skmtc.net/fabro-sh/apis/fabro-run-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fabro-sh/fabro-run-api/revisions/bee030053823/schema)
