Check Job Status

Get detailed status information for a specific training job.Returns information including job status, resource configuration,hyperparameters, and status transition history.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Check the current status of a training, tuning, or inference job. Pass the task_id returned by the Training, Tuning, or Inference endpoint to get a full status update including the job name, current state, any status messages, input dataset details, and model configuration.

Use this endpoint to poll for job completion. When status returns "completed", the job is done and results are available. When it returns "failed", check message for the reason.

Authentication: Include your API key in the X-API-KEY request header.

Query parameter description:

ParameterDescription
task_idThe job identifier returned by the Training, Tuning, or Inference endpoint. Used to look up the current state and details of that specific job.

Response field descriptions:

FieldDescription
nameThe name of the job as registered in the system.
statusCurrent state of the job. Possible values: "pending", "running", "completed", "failed".
messageA human-readable status message. When the job fails, this field contains the reason for the failure.
input_datasetDetails about the dataset used for this job, including the dataset ID and configuration passed at submission.
model_detailsDetails about the model involved in this job, including the model name and configuration used for training, tuning, or inference.

Query Params
string
required
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json