List jobs
Returns a paginated list of Robots jobs, with optional filters for workflow, status, and asset_id. Jobs are automatically deleted after 30 days.
Query parameters
Filter by workflow name
Filter by workflow name
Filter by job status
Filter by job status
Filter by Mux asset ID
Filter by Mux asset ID
Maximum number of jobs to return (default 25, max 100)
Maximum number of jobs to return (default 25, max 100)
Page number (default 1)
Page number (default 1)
Response
List of jobs
Example response
{
"total_row_count": 42
}Changes
Changed in 2 of the 28 revisions of this API.12
- ●
added the new
edit-captionsenum value to the//response property for the response statusresponse-property-enum-value-added
- ○
added the new enum value
edit-captionsto thequeryrequest parameterworkflowrequest-parameter-enum-value-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
endpoint added
endpoint-added
This revision also has 38 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○