Fine-Tuning Service
List Job Events
List job-level events for the specified job, cursor-paginated, in chronological order
GET
Requires version 1.1.5 or later of the Archetype platform.
Overview
Returns a cursor-paginated list of job-level (lifecycle) events for the specified job, with the newest event first.To get a list of all job events, including those from workers, use the List Job
Logs endpoint.
Request
string
required
The fine-tuning job ID of the job for which to list events. This is a TypeID-encoded identifier with the
FineTuningJobId prefix.string
Filter by severity. Permitted values include
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. Do not supply a value for
both this and
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 contents of the page of events emitted for the job.
boolean
true if more events exist beyond this page.