Fine-Tuning Service
List Job Checkpoints
Get a cursor-paginated list of checkpoints produced by the job
GET
Requires version 1.1.5 or later of the Archetype platform.
Overview
Returns a list of checkpoints produced by the job. The list is cursor-paginated, and is in reverse chronological order (newest-first).Request
The fine-tuning job ID of the job for which to list checkpoints. This is a TypeID-encoded
identifier with the
FineTuningJobId prefix.Forward cursor: return items older than the item with this ID. Do not supply both this value
and a value for
before.Backward cursor: return items newer than the item with this ID. Mutually exclusive with
after.The maximum number of items to return, between
1 and 100.Response
Returns a page of checkpoints.The object type of a list response. Always
list.The checkpoints produced by the training job.
true if more checkpoints exist beyond this page.