Fine-Tuning Service
List Fine-tuning Jobs
List fine-tuning jobs (cursor-paginated, newest first)
GET
Requires version 1.1.5 or later of the Archetype platform.
Overview
Returns a cursor-paginated list of fine-tuning jobs, sorted with the newest job first.Request
Filter by model, e.g.
newton.Filter by training method, e.g.
lora or head.Filter by lifecycle status, e.g.
RUNNING, COMPLETED, FAILED. A job that has not been
dispatched yet is PENDING.Filter by completion outcome (
SUCCESS/PARTIAL/FAILED). Only completed jobs carry an
outcome, so specifying a value for this parameter implicitly limits results to completed jobs.Case-insensitive search matched against the job name, suffix, and produced model name.
Forward cursor: return jobs older than the job with this ID. Pass the ID of the last job from
the previous page to fetch the next page. Mutually exclusive with
before.Backward cursor: return jobs newer than the job with this ID. Pass the ID of the first job
from the current page to fetch the previous page. Mutually exclusive with
after.The maximum number of jobs to return (1–100).
Response
Returns a page of fine-tuning jobs.The object type. Always
list.An array of the jobs for this page, sorted newest-first. Each item is a fine-tuning job object.
Whether more jobs exist beyond this page.