---
title: "Get Dismissed Risk Label Stats"
method: GET
path: "/internal/risk-labeling/stats"
tags: ["internal"]
---

# Get Dismissed Risk Label Stats

`GET /internal/risk-labeling/stats`

Progress counters behind the labeling surface.

## Query parameters

- `company_id` string, uuid, nullable

## Response `200`

Successful Response

- DismissedRiskLabelStats — Counters behind the labeling progress display. ``labeled`` counts labels whose risk is still in scope, so ``labeled + remaining == in_scope`` holds and the progress bar cannot exceed its total. ``labeled_by_me`` is every label the caller has ever written, in scope or not — it is a personal tally, not a share of the denominator.
  - `in_scope` integer, required
  - `labeled` integer, required
  - `remaining` integer, required
  - `labeled_by_me` integer, required
  - `by_category` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
