provider Fine-tuning GET
/fine_tuning/jobs/{fine_tuning_job_id}/events @utdk/openai
/fine_tuning/jobs/{fine_tuning_job_id}/events Get status updates for a fine-tuning job.
- fine_tuning_job_id path required
- The ID of the fine-tuning job to get events for.
- string
- after query
- Identifier for the last event from the previous pagination request.
- string
- limit query
- Number of events to retrieve.
- integer
Try it
Authentication
Configure credentials for OpenAI API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import openai from '@utdk/openai';
await openai.listfinetuningevents({
"limit": 20
})