Training
Training Status
Check the progress and result of a training job.
GET
Poll training job status. Returns the current state, percentage
progress, and (on completion) the addressable name for the trained
asset.
Authorization
Bearer token.
Bearer API_key.Path Parameters
Task id returned from any training endpoint (image / video /
music LoRA, or voice model).
Status values
| Status | Meaning |
|---|---|
queued | Awaiting capacity |
running | Training in progress; check progress (0–100) |
completed | Asset is ready; reference by name |
failed | Job failed; error field describes the cause |
cancelled | Cancelled via cancel endpoint (forthcoming) |