---
title: "Retrieve a list of all Flux training jobs"
method: GET
path: "/api/flux/training_job/list/"
tags: ["Flux Training"]
---

# Retrieve a list of all Flux training jobs

`GET /api/flux/training_job/list/`

Fetches a list of all Flux training jobs associated with the specified organization. Each job includes details such as its ID, name, status, and other metadata.

## Query parameters

- `org_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful response containing a list of Flux training jobs.

- ListFluxTrainingJobsResponse
  - `jobs` FluxTrainingJobSummary[]
    - `lora_id` string — Unique identifier for the Flux training job
    - `name` string — Name of the Flux training experiment
    - `status` 'QUEUED' | 'RUNNING' | 'COMPLETED' | 'FAILED' | 'CANCELED' — Current status of the training job
    - `created_at` string, date-time — Timestamp when the job was created
    - `trigger_word` string — The trigger word associated with generated images
    - `steps` string — Number of training steps configured

## Other responses

- `400` — Invalid request, such as missing or incorrect parameters.
- `401` — Unauthorized access due to invalid or missing authorization token.
- `500` — Internal server error while retrieving the training jobs.

---

[API](https://skmtc.dev/simplismart/apis/flux-dev-api.md) · [All operations](https://skmtc.dev/simplismart/apis/flux-dev-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/simplismart/flux-dev-api/revisions/3c868a866748/schema)
