List jobs
Query parameters
Maximum number of jobs to return (pagination).
Number of jobs to skip (pagination offset).
Filter by job status. One of:
pending, running, completed, error, cancelled.Response
Total jobs in the current result set.
Example
Retry job
Path parameters
ID of the job to retry. Must have
error status.Response
200 success · 400 job not in error state · 500 error
Example
Cancel job
Path parameters
ID of the job to cancel. Must have
pending status.Response
200 success · 400 job not pending · 500 error
Example
Delete job
Path parameters
ID of the job to delete.
Response
200 success · 400 failed · 500 error
Example
Related
Queue Statistics
Aggregate counts per status.
Queue Events (SSE)
Real-time progress updates.
Video Status
Check processing status by file path.