v1

latestOpenAPI 3.0.22026-07-2610288167.4 KB
job

List jobs with pagination and filtering

Retrieve a paginated list of jobs for the authenticated user. Returns lightweight job data optimized for list views. Workflow and full outputs are excluded to reduce payload size.

get/api/jobs

Query parameters

statusstring

Filter by one or more statuses (comma-separated). If not provided, returns all jobs.

workflow_idstring

Filter by workflow ID (exact match)

output_type'image' | 'video' | 'audio'

Filter by output media type (only applies to completed jobs with outputs)

sort_by'create_time' | 'execution_time'

Field to sort by (create_time = when job was submitted, execution_time = how long workflow took to run)

sort_order'asc' | 'desc'

Sort direction (asc = ascending, desc = descending)

offsetinteger

Pagination offset (0-based)

limitinteger

Maximum items per page (1-1000)

Response

Success - Jobs retrieved