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
The fine-tuning job ID of the job for which to list events. This is a TypeID-encoded identifier with the
FineTuningJobId prefix.Filter by severity. Permitted values include
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. Do not supply a value for
both this and
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 contents of the page of events emitted for the job.
true if more events exist beyond this page.