v44

latestOpenAPI 3.0.0MITraw.githubusercontent.com2024-11-0494279768.0 KB
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

has_moreboolean required
object'list' required

Example response

{
  "data": [
    {
      "result_files": [
        "file-abc123"
      ],
      "integrations": [
        {
          "wandb": {
            "project": "my-wandb-project",
            "tags": [
              "custom-tag"
            ]
          }
        }
      ]
    }
  ]
}