Fine-Tuning Service
List Job Logs
Returns all events for the job, cursor-paginated, newest first
GET
Requires version 1.1.5 or later of the Archetype platform.
Overview
Returns a cursor-paginated list of events for the job, with the newest event listed first.Unlike List Job Events, this endpoint returns all
job events, including events from workers.
Request
The fine-tuning job ID. This is a TypeID-encoded identifier with the
FineTuningJobId prefix.Filter by severity, e.g.
INFO, WARN, ERROR, SUCCESS, FAILED.Case-insensitive search matched against the event message and type.
Forward cursor: return events older than the event with this ID. Mutually exclusive with
before.Backward cursor: return events newer than the event with this ID. Mutually exclusive with
after.The maximum number of events to return (1–100).
Response
Returns a page of events.The object type of a list response. Always
list.The events emitted for the job.
Whether or not more events exist beyond this page.