Retrieves the current status and results of a 'find-key-moments' job. Jobs are automatically deleted after 30 days.
{
"data": {
"id": "rjob_example123",
"workflow": "find-key-moments",
"status": "completed",
"units_consumed": 1,
"created_at": 1700000000,
"updated_at": 1700000060,
"parameters": {
"asset_id": "mux_asset_123abc",
"max_moments": 5,
"target_duration_ms": {
"min": 15000,
"max": 45000
}
},
"outputs": {
"moments": [
{
"start_ms": 15000,
"end_ms": 45000,
"cues": [
{
"start_ms": 15000,
"end_ms": 20000,
"text": "This is the moment everything changed."
},
{
"start_ms": 20000,
"end_ms": 30000,
"text": "We realized the entire approach was wrong."
}
],
"overall_score": 0.92,
"title": "The Pivotal Realization",
"audible_narrative": "The speaker describes the turning point that reshaped the project direction.",
"notable_audible_concepts": [
"pivotal realization moment",
"project direction change"
],
"visual_narrative": "The speaker gestures emphatically at a whiteboard diagram while the camera zooms in.",
"notable_visual_concepts": [
{
"concept": "whiteboard diagram emphasis",
"score": 0.88,
"rationale": "The diagram directly illustrates the pivotal realization being described."
},
{
"concept": "speaker emphatic gestures",
"score": 0.75,
"rationale": "Body language reinforces the emotional weight of the turning point."
}
]
}
]
}
}
}