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.

listpaginatedfinetuningjobs
GET/fine_tuning/jobs

Identifier for the last job from the previous pagination request.

Number of fine-tuning jobs to retrieve.

Optional metadata filter. To filter, use the syntax `metadata[k]=v`. Alternatively, set `metadata=null` to indicate no metadata.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import openai from '@utdk/openai';

await openai.listpaginatedfinetuningjobs({
  "limit": 20
})