Skip to Content
Get a 'generate-engagement-insights' job
get

Retrieves the current status and results of a 'generate-engagement-insights' job. Jobs are automatically deleted after 30 days.

Request path & query params
JOB_ID
string
get
200
https://api.mux.com/robots/v0/jobs/generate-engagement-insights/{JOB_ID}
Response
(application/json)
{
  "data": {
    "id": "rjob_example123",
    "workflow": "generate-engagement-insights",
    "status": "completed",
    "units_consumed": 1,
    "created_at": 1700000000,
    "updated_at": 1700000060,
    "parameters": {
      "asset_id": "mux_asset_123abc"
    },
    "outputs": {
      "moment_insights": [
        {
          "start_ms": 30000,
          "end_ms": 60000,
          "engagement_score": 0.89,
          "insight": "Viewers are highly engaged during the product demo, with minimal drop-off."
        }
      ],
      "overall_insight": {
        "summary": "Engagement peaks during hands-on demonstrations and drops during introductory segments.",
        "trends": [
          "Product demos drive the highest retention",
          "Viewers skip past the first 15 seconds of intro"
        ]
      }
    }
  }
}