Batch

List jobs

GET
https://api.hume.ai/v0/batch/jobs
Sort and filter jobs.

Query parameters

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

Include only jobs that were created before or after timestamp_ms.

timestamp_msintegerOptional

Defaults to the current date and time. See when.

sort_byenumOptional
The job timestamp to sort by.
directionenumOptional
The sort direction.
typeenumOptional
Include only jobs of these types.

Response

This endpoint returns a list of unions
EMBEDDING GENERATION
OR
INFERENCE
OR
TL INFERENCE
OR
TRAINING
GET
/v0/batch/jobs
curl https://api.hume.ai/v0/batch/jobs \
-H "X-Hume-Api-Key: <apiKey>"
Response
[]