---
title: "List Training Job Checkpoints"
method: GET
path: "/felix/training-jobs/{job_id}/checkpoints"
tags: ["felix"]
---

# List Training Job Checkpoints

`GET /felix/training-jobs/{job_id}/checkpoints`

List all checkpoints for a training job.

## Path parameters

- `job_id` string, required

## Response `200`

Successful Response

- CheckpointListResponse — List of checkpoints response
  - `success` boolean, required
  - `checkpoints` CheckpointResponse[], required
    - `id` string, required
    - `job_id` string, required
    - `epoch` integer, required
    - `step` integer, nullable
    - `training_loss` number, nullable
    - `validation_loss` number, nullable
    - `accuracy` number, nullable
    - `learning_rate` number, nullable
    - `gpu_memory_used` integer, nullable
    - `gpu_memory_total` integer, nullable
    - `checkpoint_path` string, nullable
    - `is_deployable` boolean
    - `is_best` boolean
    - `is_final` boolean
    - `created_at` string, required
    - `updated_at` string, required
  - `count` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pioneer/apis/brain-api.md) · [All operations](https://skmtc.net/pioneer/apis/brain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pioneer/brain-api/revisions/31dfe831e079/schema)
