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

# System status

`GET /system`

Get the system status including queue lengths

## Response `200`

Status listing

- SystemStatusResponse — System status response
  - `service_states` Service[] — A list of service objects
    - `hostid` string — The unique id of the host on which the service is executing
    - `servicename` string — Registered service name
    - `base_url` string — The url to reach the service, including port as needed
    - `status_message` string — A state indicating the condition of the service. Normal operation is 'registered'
    - `service_detail` StatusResponse — System status response
      - `available` boolean
      - `busy` boolean
      - `up` boolean
      - `message` string
      - `version` string
      - `db_version` string
      - `detail` object
    - `status` boolean
    - `version` string — The version of the service as reported by the service implementation on registration

## Other responses

- `500` — Internal error

---

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