---
title: "Prints the current status of the classifiers. A classifier name in apiStatus corresponds to a service name in apiServices."
method: GET
path: "/api2/json/apiStatus"
tags: ["admin"]
---

# Prints the current status of the classifiers. A classifier name in apiStatus corresponds to a service name in apiServices.

`GET /api2/json/apiStatus`

## Response `200`

Available classifiers and status

- APIClassifiersStatusOut
  - `softwareVersion` SoftwareVersionOut — The software version.
    - `softwareNameAndVersion` string — The software version
    - `softwareVersion` integer[] — The software version major minor build
  - `classifiers` APIClassifierOut[] — The list of classifiers and versions.
    - `classifierName` string — The classifier name
    - `serving` boolean — True if the classifier is serving requests (has reached minimal learning, is not shutting down)
    - `learning` boolean — True if the classifier is learning
    - `shuttingDown` boolean — True if the classifier is shutting down
    - `probabilityCalibrated` boolean — True if the classifier has finished the initial learning and calibrated probabilities (meanwhile, during initial learning, probabilities will be equal to -1)

## Other responses

- `401` — Missing or incorrect token

---

[API](https://skmtc.net/namsor/apis/namsor-api-v2.md) · [All operations](https://skmtc.net/namsor/apis/namsor-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/namsor/namsor-api-v2/revisions/305e4f6eeaf5/schema)
