Retrieve List of LLM/VLM Jobs By Org ID
Fetches a list of all LLM or VLM training jobs associated with the specified organization.
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