Skip to Content
Get a 'summarize' job
get

Retrieves the current status and results of a 'summarize' job.

Request path & query params
JOB_ID
string
get
200
/robots/v0/jobs/summarize/{JOB_ID}
Response
(application/json)
{
  "data": {
    "id": "rjob_example123",
    "workflow": "summarize",
    "status": "completed",
    "units_consumed": 1,
    "created_at": 1700000000,
    "updated_at": 1700000060,
    "parameters": {
      "asset_id": "mux_asset_123abc",
      "tone": "neutral",
      "tag_count": 10
    },
    "outputs": {
      "title": "How to Build a Sustainable Garden in Your Backyard",
      "description": "This video walks through the step-by-step process of creating a sustainable backyard garden, covering soil preparation, plant selection, and organic pest control methods.",
      "tags": [
        "gardening",
        "sustainability",
        "backyard",
        "organic",
        "soil preparation",
        "composting",
        "pest control",
        "beginner",
        "how-to",
        "plants"
      ]
    }
  }
}