Fine-Tuning Node
List Jobs
List fine-tune jobs for the authenticated organization
GET
Overview
This endpoint returns all fine-tune jobs available to your organization. Use the query parameters to paginate the results or filter by status.Query Parameters
Maximum number of jobs to return. Use
-1 (the default) to return all matching jobs.Number of jobs to skip before returning results. Use with
limit to paginate.Optional list of statuses to filter by. Repeat the parameter to filter by multiple statuses (e.g.
?statuses=RUNNING&statuses=STARTING). Valid values: UNKNOWN, REGISTERED, STARTING, RUNNING, COMPLETED, FINALIZING, STOPPING, STOPPED, CANCELLED, FAILED.