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
string
Filter by model, e.g.
newton.string
Filter by training method, e.g.
lora or head.string
Filter by lifecycle status, e.g.
RUNNING, COMPLETED, FAILED. A job that has not been
dispatched yet is PENDING.string
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. v1.1.5+string
Case-insensitive search matched against the job name, suffix, and produced model name.
string
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.string
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.integer
The maximum number of jobs to return (1–100).
Response
Returns a page of fine-tuning jobs.string
The object type. Always
list.array
An array of the jobs for this page, sorted newest-first. Each item is a fine-tuning job object.
boolean
Whether more jobs exist beyond this page.