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
string
required
The fine-tuning job ID. This is a TypeID-encoded identifier with the
FineTuningJobId prefix.string
Filter by severity, e.g.
INFO, WARN, ERROR, SUCCESS, FAILED.string
Case-insensitive search matched against the event message and type.
string
Forward cursor: return events older than the event with this ID. Mutually exclusive with
before.string
Backward cursor: return events newer than the event with this ID. Mutually exclusive with
after.integer
The maximum number of events to return (1–100).
Response
Returns a page of events.string
The object type of a list response. Always
list.array
The events emitted for the job.
boolean
Whether or not more events exist beyond this page.