---
title: "Get system information such as health, version, etc."
method: GET
path: "/system"
tags: ["system"]
---

# Get system information such as health, version, etc.

`GET /system`

## Response `200`

successful operation

- System
  - `status` string
  - `service_name` string
  - `version` string
  - `product_version` string
  - `errors` string[]
  - `queue_status` object
    - `queue_name` integer — Number of messages in the queue

## Other responses

- `400` — Server cannot execute request due to something that is perceived to be a client error
- `500` — Internal server error

---

[API](https://skmtc.net/anaconda/apis/anaconda-server-api.md) · [All operations](https://skmtc.net/anaconda/apis/anaconda-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anaconda/anaconda-server-api/revisions/6aef0cb7a151/schema)
