---
title: "Get training data statistics"
method: GET
path: "/v1/training/stats"
tags: ["Training"]
---

# Get training data statistics

`GET /v1/training/stats`

Returns statistics about collected training data for the user's organization

## Response `200`

Training data statistics

- object — Training data statistics
  - `totalFrames` number
  - `labelCounts` object
  - `reviewedCount` number
  - `pendingReviewCount` number
  - `framesByDay` object[]
    - `date` string
    - `count` number

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/revisions/3b06bcb5f808/schema)
