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.
Documentation Index
Fetch the complete documentation index at: https://docs.simplismart.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
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
QUEUED, RUNNING, COMPLETED, FAILED, CANCELED Timestamp when the job was created
Timestamp when the job was last updated
Timestamp when the job started running
Timestamp when the job completed
Progress percentage of the training job (0-100)
Path to the trained model output (when completed)
Error message if the job failed