---
title: "List Training Pipelines"
method: GET
path: "/training-pipelines"
tags: ["training-pipelines"]
---

# List Training Pipelines

`GET /training-pipelines`

List multi-stage training pipelines for the authenticated user.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- TrainingPipelineListResponse — Paginated pipeline list response.
  - `pipelines` TrainingPipelineListItem[], required
    - `pipeline_id` string, required
    - `model_name` string, nullable
    - `project_id` string, nullable
    - `status` string, required
    - `status_message` string, nullable
    - `estimated_total_usd` number, nullable
    - `total_stage_count` integer, required
    - `completed_stage_count` integer, required
    - `active_stage_index` integer, nullable
    - `progress_percent` integer, required
    - `paused_at` string, date-time, nullable
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `limit` integer, required
  - `offset` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-24** `1cffaad2a921` — 1 warning, 1 info
  - removed the optional property `detail` from the response with the `422` status
  - added the required property `error` to the response with the `422` status

[Change history](https://skmtc.dev/pioneer/apis/brain-api/changes/training-pipelines/get.md)

---

[API](https://skmtc.dev/pioneer/apis/brain-api.md) · [All operations](https://skmtc.dev/pioneer/apis/brain-api/llms.txt) · [OpenAPI document](https://skmtc.dev/pioneer/apis/brain-api/revisions/1cffaad2a921?raw)
