v1

latestOpenAPI 3.0.12026-07-26101834.1 KB
Flux Training

Retrieve details of a specific Flux training job

Fetch metadata and configuration details of a Flux training job identified by the provided lora_id and org_id.

get/api/flux/training_job/get/

Query parameters

org_idstring required

Organization ID to which the training job belongs.

lora_idstring required

Unique identifier for the Flux training job.

Headers

Authorizationstring required

Bearer token for authentication and authorization.

Response

The requested Flux training job details were retrieved successfully.

lora_idstring

Unique identifier for the Flux training job

namestring

Name of the Flux training experiment

statusstring

Current status of the training job

created_atstring date-time

Timestamp when the job was created

configobject

The complete training configuration used for this job

progressnumber

Progress percentage of the training job (0-100)

trigger_wordstring

The trigger word associated with this model

stepsstring

Number of training steps configured

learning_ratestring

Learning rate used for training

output_modelstring

Path to the trained model output (when completed)