GET
/
training
/
jobs
/
{training_job_id}
curl --request GET \
  --url https://api.bluesight.ai/training/jobs/{training_job_id}
{
  "created_at": 1723402651,
  "finished_at": 1723402657,
  "id": "trainingjob-g0mos7xr",
  "status": "succeeded",
  "task": "classification",
  "trained_model": "model-3b05uri7",
  "training_file": "file-lw3zjxrg"
}

Path Parameters

training_job_id
string
required

The ID of the training job

Response

200
application/json

Successful Response

The response is of type object.