Jobs

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.

get/robots/v0/jobs

Query parameters

workflow'summarize' | 'moderate' | 'generate-chapters' | 'edit-captions' | 'translate-captions' | 'ask-questions' | 'find-key-moments'

Filter by workflow name

Filter by workflow name

status'pending' | 'processing' | 'completed' | 'errored' | 'cancelled'

Filter by job status

Filter by job status

asset_idstring

Filter by Mux asset ID

Filter by Mux asset ID

limitinteger

Maximum number of jobs to return (default 25, max 100)

Maximum number of jobs to return (default 25, max 100)

pageinteger

Page number (default 1)

Page number (default 1)

Response

List of jobs

total_row_countinteger required

Total number of jobs matching the query filters

Example response

{
  "total_row_count": 42
}

Changes

Changed in 2 of the 28 revisions of this API.12

  • c81a2e31dfa811See the full diff
    • added the new edit-captions enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new enum value edit-captions to the query request parameter workflow

      request-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