{ "opencollection": "1.0.0", "info": { "name": "Mux Animated Images Jobs API", "version": "v1" }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "List Jobs", "type": "http" }, "http": { "method": "GET", "url": "https://api.mux.com/robots/v0/jobs", "params": [ { "name": "workflow", "value": "", "type": "query", "description": "Filter by workflow name" }, { "name": "status", "value": "", "type": "query", "description": "Filter by job status" }, { "name": "asset_id", "value": "", "type": "query", "description": "Filter by Mux asset ID" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of jobs to return (default 25, max 100)" }, { "name": "page", "value": "", "type": "query", "description": "Page number (default 1)" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns a paginated list of Robots jobs, with optional filters for workflow, status, and asset_id. Jobs are automatically deleted after 30 days." }, { "info": { "name": "Cancel a Job", "type": "http" }, "http": { "method": "POST", "url": "https://api.mux.com/robots/v0/jobs/:JOB_ID/cancel", "params": [ { "name": "JOB_ID", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Cancels a job that is currently pending or processing." } ] } ], "bundled": true }