Check an image LoRA training job
get_image_training_jobUse this to check truthful stage, progress percent, ETA, and the download link for one image training job. Poll reasonably; do not call more often than every 20 seconds - a typical run takes 20 to 60 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| error | No | ||
| links | No | ||
| steps | No | ||
| status | Yes | ||
| message | No | ||
| uploads | No | ||
| createdAt | No | ||
| startedAt | No | ||
| imageCount | No | ||
| completedAt | No | ||
| downloadUrl | No | ||
| subjectType | No | ||
| triggerWord | No | ||
| billingSource | No | ||
| progressStage | No | ||
| uploadedCount | No | ||
| priceQuoteCents | No | ||
| progressPercent | No | ||
| estimatedCompletionAt | No | ||
| estimatedTotalSeconds | No | ||
| estimatedRemainingSeconds | No |