get_training_job_status
Check a training job's current status and step progress using its job ID. See if it's queued, running, stopped, failed, or canceled, including error details.
Instructions
Poll a training job's status and step progress.
Backs ``GET /prod/v1/trainers/ai-toolkit/jobs/{job_id}/status``.
Lifecycle: ``IN_QUEUE`` → ``RUNNING`` → ``STOPPED`` (finished or
preempted), ``FAILED`` (``error`` explains why), or ``CANCELED``.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |