list fine tuning jobs
list_fine_tuning_jobsRetrieve workspace fine-tuning jobs to monitor training from CI or scripts, with live status, progress, output model, and price.
Instructions
List this workspace's fine-tuning jobs (newest first) with live status, progress, output model and price — for monitoring training from CI or a script. GET /v1/fine_tuning/jobs (API-key scope: read). Returns: A bare JSON array: [{id, provider_job_id, name|null, base_model, method ("supervised"|"spec-draft"), status (VALIDATING_FILES|QUEUED|RUNNING|SUCCEEDED|FAILED|CANCELLED), fine_tuned_model|null, deployed_model_name|null (servable name after deployment), deploy_status|null ("queued"|"staging"|"relaying"|"converting"|"provisioning"|"serving"|"failed"), deploy_error|null, trained_tokens (string)|null, trained_steps|null, total_steps|null, rate_per_m_token_usd (customer price per 1M trained tokens), billed_cost_usd|null (set on completion), error|null, created_at}]. Notes: Statuses are reconciled live against the training backend on each call (best effort; DB state served on backend error); a locally terminal status is never resurrected. Internal margin (markup) is stripped from the wire shape. Feature-flag gated (404 when fineTuning is off). Read-only, no spend. Scopes not enforced on this route today.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||