Skip to main content
GET
/
finetune-runs
/
{run_id}
Get finetune run
curl --request GET \
  --url https://api.trymaitai.ai/api/v1/finetune-runs/{run_id} \
  --header 'X-Maitai-Api-Key: <api-key>'
{
  "data": {
    "id": 60,
    "dataset_id": 20,
    "base_model": "gpt-4o-mini-2024-07-18",
    "status": "COMPLETED",
    "output_model": "ft:gpt-4o-mini:maitai::abc123",
    "date_created": 1706000000
  }
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

run_id
integer
required

Response

200 - application/json

Get finetune run.

data
object

A model finetuning job that trains a new model on a dataset.