Skip to main content
GET
/
v1
/
preview
/
training-jobs
/
{training_job_id}
Get Training Job
curl --request GET \
  --url https://api.example.com/v1/preview/training-jobs/{training_job_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

training_job_id
string
required

Response

Successful Response

Schema for TrainingJob response.

id
string<uuid>
required