---
title: "List training frames"
method: GET
path: "/v1/training/frames"
tags: ["Training"]
---

# List training frames

`GET /v1/training/frames`

Returns paginated list of training frames for review

## Query parameters

- `page` number
- `pageSize` number
- `label` string
- `reviewed` boolean
- `sortBy` string
- `sortOrder` 'asc' | 'desc'

## Response `200`

List of training frames

- object — List of training frames
  - `frames` object[]
    - `id` string
    - `printerId` string
    - `jobId` number, nullable
    - `frameUrl` string
    - `frameTimestamp` string
    - `printProgress` number, nullable
    - `layerNumber` number, nullable
    - `printerModel` string, nullable
    - `label` string
    - `labelSource` string
    - `labelConfidence` number, nullable
    - `verificationEventType` string, nullable
    - `failureReason` string, nullable
    - `reviewed` boolean
    - `reviewerId` string, nullable
    - `reviewedAt` string, nullable
    - `correctedLabel` string, nullable
    - `createdAt` string
    - `fileSize` number, nullable
    - `resolution` string, nullable
    - `qualityScore` number, nullable
    - `qualityFlags` object, nullable
    - `priority` string, nullable
    - `modelConfidence` number, nullable
    - `modelPredictedLabel` string, nullable
    - `modelVersion` string, nullable
  - `pagination` object
    - `total` number
    - `page` number
    - `pageSize` number
    - `totalPages` 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/6ac11cc265be/schema)
