List training events
Return lifecycle events interleaved with the loss curve, oldest first. type is metrics for a loss point and message for a lifecycle line. Add ?stream=true for a live Server-Sent Events stream.
Path parameters
The ftjob- prefixed id whose training log you want.
Identifies the job whose events you want.
Query parameters
Set true for a live SSE stream instead of a JSON list.
Switches the response to Server-Sent Events.
Response
The job's events.
Example response
{
"object": "list",
"data": [
{
"id": "ftevent-1a2b3c",
"object": "fine_tuning.job.event",
"created_at": 1780107005,
"level": "info",
"message": "Step 5: train_loss 0.42",
"type": "metrics",
"data": {
"epoch": 1,
"step": 5,
"train_loss": 0.42
}
}
],
"has_more": false
}Changes
Changed in 1 of the 3 revisions of this API.221
- ●
removed the optional property
/from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/from the response with the statusresponse-optional-property-removed
- ○
api operation id
listReflexJobEventsremoved and replaced withlistFineTuningJobEventsapi-operation-id-removed
- ○
the endpoint scheme security
bearerAuthwas added to the APIapi-security-added
- ○
api tag
fine-tuningaddedapi-tag-added
- ○
api tag
Reflexremovedapi-tag-removed
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
/became required for the statusresponse-property-became-required
- ○
the response property
/became required for the statusresponse-property-became-required
- ○
the response property
/became required for the statusresponse-property-became-required
- ○
the response property
/became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●