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.
metadataobject nullable
Optional metadata filter. To filter, use the syntax metadata[k]=v. Alternatively, set metadata=null to indicate no metadata.
Response
OK
Example response
{
"data": [
{
"result_files": [
"file-abc123"
],
"integrations": [
{
"wandb": {
"project": "my-wandb-project",
"tags": [
"custom-tag"
]
}
}
]
}
]
}