LLMs / VLMs
Retrieve LLM/VLM Job Details By Request ID
Fetch metadata and configuration details of a training job identified by the provided request_id and org_id.
GET
Authorizations
JWT token for authentication
Headers
Bearer token for authentication and authorization.
Query Parameters
Organization ID to which the training job belongs.
Unique identifier for the training job request.
Response
200 - application/json
The requested training job details were retrieved successfully.
Unique identifier for the training job request
Name of the training experiment
Current status of the training job
Timestamp when the job was created
The complete training configuration used for this job
Progress percentage of the training job (0-100)
Type of model being trained (LLM or VLM)
Base model used for training
Path to the trained model output (when completed)