v47

latestOpenAPI 3.0.3Discuss directly with founders for license.raw.githubusercontent.com2026-01-30251599686.2 KB
structure

Get status for specified jobs with detailed information similar to websocket endpoint.

If only dataset_name is provided, up to 1000 of the most recent jobs for that dataset will be returned.

post/structure/job_status

Request body

dataset_namestring nullable
job_idsJobId[] nullable

Response

Status of all specified jobs.

dataset_namestring required
job_idstring uuid required
status'Queued' | 'Running' | 'Completed' | 'Failed'