---
title: "Get system status and health information"
method: GET
path: "/status"
tags: ["status"]
---

# Get system status and health information

`GET /status`

## Response `200`

Status

- StatusResponse
  - `version` string
  - `build_time` string, date-time
  - `git_commit` string
  - `uptime_seconds` integer
  - `memory_usage` object
    - `allocated` string
    - `system` string
  - `disk_usage` object
    - `used` string
    - `available` string
  - `database_status` string

---

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