List Fine Tuning Jobs
Develop Env
https://dev.your-api-server.com
Develop Env
https://dev.your-api-server.com
GET
/fine_tuning/jobs
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://dev.your-api-server.com/fine_tuning/jobs'
Response Response Example
{
"data": [],
"object": "list"
}
Request
Query Params
page
integer
Page
Default:
0
page_size
integer
Page Size
Default:
100
model
string
Model
status
enum<string>
Status
Allowed values:
QUEUEDSTARTEDRUNNINGFAILEDSUCCESSCANCELLEDCANCELLATION_REQUESTED
created_after
string <datetime> | null
optional
created_by_me
string
optional
wandb_project
string | null
optional
wandb_name
string | null
optional
suffix
string | null
optional
Responses
Modified at 2024-07-29 08:30:19