---
title: "Get System Status"
method: GET
path: "/api/admin/system-status"
tags: ["admin-system-status"]
---

# Get System Status

`GET /api/admin/system-status`

## Response `200`

Successful Response

- SystemStatusResponse
  - `overall` string, required
  - `services` ServiceHealthItem[], required
    - `name` string, required
    - `status` string, required
    - `response_time_ms` number, nullable
    - `last_checked` string, date-time, required
    - `message` string, nullable
  - `checked_at` string, date-time, required

---

[API](https://skmtc.net/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.net/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/a57f684e7966/schema)
