cURL
curl --request GET \ --url https://api.studio.nebius.com/v1/fine_tuning/jobs/{job_id}/events \ --header 'Authorization: Bearer <token>'
{ "object": "list", "data": [ { "id": "<string>", "created_at": 123, "level": "info", "message": "<string>", "object": "fine_tuning.job.event", "data": "<any>", "type": "message" } ], "has_more": false }
Get status updates for a fine-tuning job.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes
The object type, which is always 'list'