List Jobs
Jobs
List Jobs
List all jobs for the authenticated user
GET
List Jobs
Overview
Returns a paginated list of jobs with optional status filtering. Jobs are returned in reverse chronological order (newest first).Header Parameters
Your API key for authentication
Query Parameters
Number of jobs to return. Maximum: 100
Number of jobs to skip for pagination
Filter by job status:
pending, processing, completed, failed, warningResponse
Array of job objects
Total number of jobs (ignoring filters)
Number of jobs requested
Number of jobs skipped
Job Object
Job UUID
Original video URL
Job status:
Pending, Processing, Completed, Failed, Warning, SkippedS3 object key (when completed)
Error message (when failed)
Error classification (when failed):
error for technical failures (rate limits, bot detection, connection issues), warning for content issues (private video, members-only, geo-blocked, unavailable)Current processing step:
Queued, Downloading, Muxing, Uploading, FinishedCreation timestamp (milliseconds since epoch)
Completion timestamp (milliseconds since epoch)
File size in bytes (when completed)
