Batch

List jobs

GET
Sort and filter jobs.

Query parameters

limitintegerOptional
The maximum number of jobs to include in the response.
statusenumOptional
Include only jobs with these statuses.
Allowed values: QUEUEDIN_PROGRESSCOMPLETEDFAILED
whenenumOptional

Include only jobs that were created before or after timestamp_ms.

Allowed values: created_beforecreated_after
timestamp_msintegerOptional

Defaults to the current date and time. See when.

sort_byenumOptional
The job timestamp to sort by.
Allowed values: createdstartedended
directionenumOptional
The sort direction.
Allowed values: ascdesc
typeenumOptional
Include only jobs of these types.
Allowed values: EMBEDDING_GENERATIONINFERENCETL_INFERENCETRAINING

Response

This endpoint returns a list of unions
Embedding Generation
OR
Inference
OR
Tl Inference
OR
Training