List fine-tuning checkpoints
documentedList checkpoints for a fine-tuned model.
GET /fine_tuning/jobs/{fine_tuning_job_id}/checkpointsFine-Tuningno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.openai.com/v1/fine_tuning/jobs/{{$fine_tuning_job_id}}/checkpoints?after={{$after}}&limit={{$limit}}" \
-X GET \
-H "Authorization: Bearer {{OPENAI_API_KEY}}" \
-H "Accept: application/json"