Get All Jobs

Get all jobs for a project.

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

Retrieve all jobs of a specific type for your project. Returns a list of jobs with their names, current status, creation timestamps, and configuration. Use this endpoint to get an overview of all training, tuning, inference, or attribution jobs submitted under your project, or to look up a job_name to pass to the Get Artifacts, Get Predictions, or Get Metrics endpoints.

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

Query parameter description:

ParameterDescription
job_typeThe type of jobs to retrieve. Required. Accepted values: "training", "inference", "tuning", "attribution". Only one type can be queried per request.

Response field descriptions:

FieldDescription
job_nameThe unique identifier for the job. Use this value with the Get Artifacts, Get Predictions, Get Metrics, Check Job Status, and Stop Task endpoints.
statusThe current state of the job. Possible values: "pending", job is queued and not yet started; "InProgress", job is actively running; "completed", job finished successfully; "failed", job encountered an error; "cancelled", job was stopped before completion.
task_configThe configuration used when the job was submitted, includes the dataset, model name, column definitions, and training parameters passed at the time of submission.
created_atThe date and time the job was created, in ISO 8601 format.

Query Params
string
enum
required

The type of job to filter by

Allowed:
Responses

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