v12

latestOpenAPI 3.1.02026-08-031000506.8 KB
General

List jobs

List jobs with pagination and filtering. Returns jobs belonging to the authenticated user.

get/jobs

Query parameters

cursorstring date-time

ISO 8601 timestamp cursor for pagination (jobs created before this time)

ISO 8601 timestamp cursor for pagination (jobs created before this time)

limitinteger

Number of items to return (1-1000, default: 100)

Number of items to return (1-1000, default: 100)

typesstring

Comma-separated list of job types to filter (e.g., "flux,k1,externalImage")

Comma-separated list of job types to filter (e.g., "flux,k1,externalImage")

status'backlogged' | 'queued' | 'scheduled' | 'processing' | 'sampling' | 'intermediate-complete' | 'completed' | 'failed' | 'cancelled'

Filter by job status

Filter by job status

Response

List of jobs

next_cursorstring nullable required
All 100 operations