---
title: "Get the current quality statistics"
method: GET
path: "/statistics"
tags: ["Statistics"]
---

# Get the current quality statistics

`GET /statistics`

## Response `200`

OK

- object
  - `accuracy` number, float — Accuracy
  - `precision` number, float — Precision
  - `recall` number, float — Recall
  - `f1` number, float — F1 score
  - `count` integer — Count of interaction rounds

---

[API](https://skmtc.net/megagonlabs/apis/ruler-api-specification.md) · [All operations](https://skmtc.net/megagonlabs/apis/ruler-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/megagonlabs/ruler-api-specification/versions/3dab7cc0d48e/schema)
