Retrieves the current status and results of a 'find-scenes' job. Jobs are automatically deleted after 30 days.
{
"data": {
"id": "rjob_example123",
"workflow": "find-scenes",
"status": "completed",
"units_consumed": 1,
"created_at": 1700000000,
"updated_at": 1700000060,
"parameters": {
"asset_id": "mux_asset_123abc",
"language_code": "en",
"min_scenes": 4,
"min_scene_duration_ms": 15000,
"output_steering": {
"segmentation_strategy": "editorial_beats",
"title_style": "descriptive",
"narration_detail": "balanced"
}
},
"outputs": {
"scenes": [
{
"start_ms": 0,
"end_ms": 15000,
"title": "Opening Remarks",
"cues": [
{
"start_ms": 500,
"end_ms": 5000,
"text": "Welcome everyone to today's session."
}
],
"audible_narrative": "The host introduces the topic and welcomes the audience.",
"notable_audible_concepts": [
"session introduction overview",
"welcome and context"
],
"visual_narrative": "A speaker stands at a podium in front of a large screen.",
"shot_count": 2
}
]
}
}
}