v1

latestOpenAPI 3.0.12026-07-26101834.1 KB
Training

Retrieve details of a specific LLM/VLM training job

Fetch metadata and configuration details of a training job identified by the provided request_id and org_id.

get/job/get/

Query parameters

org_idstring required

Organization ID to which the training job belongs.

request_idstring required

Unique identifier for the training job request.

Headers

Authorizationstring required

Bearer token for authentication and authorization.

Response

The requested training job details were retrieved successfully.

request_idstring

Unique identifier for the training job request

experiment_namestring

Name of the training experiment

status'QUEUED' | 'RUNNING' | 'COMPLETED' | 'FAILED' | 'CANCELED'

Current status of the training job

created_atstring date-time

Timestamp when the job was created

updated_atstring date-time

Timestamp when the job was last updated

started_atstring date-time nullable

Timestamp when the job started running

completed_atstring date-time nullable

Timestamp when the job completed

progressnumber

Progress percentage of the training job (0-100)

output_model_pathstring nullable

Path to the trained model output (when completed)

error_messagestring nullable

Error message if the job failed