Fine-tuning
List your organization's fine-tuning jobs
get/fine_tuning/jobs
Query parameters
afterstring
Identifier for the last job from the previous pagination request.
limitinteger
Number of fine-tuning jobs to retrieve.
Response
OK
Example response
{
"data": [
{
"result_files": [
"file-abc123"
],
"integrations": [
{
"wandb": {
"project": "my-wandb-project",
"tags": [
"custom-tag"
]
}
}
]
}
]
}