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

# Get system status

`GET /api/status`

Retrieves overall system status including counts of total and healthy pollers

## Response `200`

System status information

- ApiSystemStatus
  - `healthy_pollers` integer
  - `last_update` string
  - `total_pollers` integer

## Other responses

- `500` — Internal server error

---

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