Advance a fine-tuning job's lifecycle
Advance one fine-tuning job through its lifecycle (queued → running → succeeded/failed/cancelled) as the customer’s provider-side job progresses; attach the external provider job id, and on success the resulting fine-tuned model id — a succeeded transition auto-registers the model into the agent’s registry (idempotent: an already-linked job is not re-registered). Illegal transitions and the per-agent model cap return 422 with a typed error code. Audit-logged; agents:write scope + owner/admin/developer role.
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false Response
Successful response.