---
title: "List the training attempts attributed to a milestone"
method: GET
path: "/projects/{project_id}/versions/{version_id}/training-jobs"
tags: ["project-versions"]
---

# List the training attempts attributed to a milestone

`GET /projects/{project_id}/versions/{version_id}/training-jobs`

Return the training jobs that ran inside a milestone's window.

Args:
    project_id: Project the milestone belongs to.
    version_id: Milestone to read.
    auth: Authenticated caller.

Returns:
    The milestone's training attempts, oldest first.

## Path parameters

- `project_id` string, uuid, required
- `version_id` string, uuid, required

## Response `200`

Successful Response

- VersionTrainingJobListResponse — Training attempts attributed to a milestone.
  - `training_jobs` VersionTrainingJobResponse[]
    - `id` string, required
    - `model_name` string, nullable
    - `version_number` string, required
    - `base_model` string, required
    - `status` string, required
    - `is_active` boolean, required — Whether this attempt is still running.
    - `created_at` string, date-time, 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/b92f75fd3b61/schema)
