provider Fine-tuning GET
/fine_tuning/jobs @utdk/openai
/fine_tuning/jobs List your organization's fine-tuning jobs
- after query
- Identifier for the last job from the previous pagination request.
- string
- limit query
- Number of fine-tuning jobs to retrieve.
- integer
- metadata query
- Optional metadata filter. To filter, use the syntax `metadata[k]=v`. Alternatively, set `metadata=null` to indicate no metadata.
- object
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.listpaginatedfinetuningjobs({
"limit": 20
})