Fine-tuning
List Job Events
Stream training progress at /v1/fine_tuning/jobs//events
GET
List training events
Overview
Returns the training event log for a job — queued, running, metrics, and terminal transitions — with cursor pagination.Authorizations
Morph API key, passed as Authorization: Bearer sk-.... Create keys at https://www.morphllm.com/dashboard/api-keys.
Path Parameters
Identifies the job whose events you want.
The ftjob- prefixed id whose training log you want.
Example:
"ftjob-a1b2c3d4-5e6f-7a8b-9c0d-1e2f3a4b5c6d"
Query Parameters
Switches the response to Server-Sent Events.
Set true for a live SSE stream instead of a JSON list.
Available options:
true Example:
"true"
List training events