Skip to main content
GET
Retrieve details of a specific LLM/VLM training job

Authorizations

Authorization
string
header
required

JWT token for authentication

Headers

Authorization
string
required

Bearer token for authentication and authorization.

Query Parameters

org_id
string
required

Organization ID to which the training job belongs.

request_id
string
required

Unique identifier for the training job request.

Response

The requested training job details were retrieved successfully.

request_id
string

Unique identifier for the training job request

experiment_name
string

Name of the training experiment

status
enum<string>

Current status of the training job

Available options:
QUEUED,
RUNNING,
COMPLETED,
FAILED,
CANCELED
created_at
string<date-time>

Timestamp when the job was created

updated_at
string<date-time>

Timestamp when the job was last updated

started_at
string<date-time> | null

Timestamp when the job started running

completed_at
string<date-time> | null

Timestamp when the job completed

progress
number

Progress percentage of the training job (0-100)

dataset_config
object
model_details
object
train_config
object
dataset_details
object
infra_config
object
output_model_path
string | null

Path to the trained model output (when completed)

error_message
string | null

Error message if the job failed