Retrieves the current status and results of an 'ask-questions' job.
{
"data": {
"id": "rjob_example123",
"workflow": "ask-questions",
"status": "completed",
"units_consumed": 1,
"created_at": 1700000000,
"updated_at": 1700000060,
"parameters": {
"asset_id": "mux_asset_123abc",
"questions": [
{
"question": "How many people are speaking on camera?",
"answer_options": [
"one",
"two",
"three or more"
]
}
]
},
"outputs": {
"answers": [
{
"question": "Is there a person speaking on camera?",
"answer": "yes",
"confidence": 0.95,
"reasoning": "A person is clearly visible speaking directly to the camera throughout the video.",
"skipped": false
}
]
}
}
}