API reference
Check study job
get_authoring_status Requires studies:readTrack a study Juno is authoring. create_study and refine_study return a job_id; poll this tool until status is 'ready', at which point study_id and the authored brief (title, objectives, and interview questions) are populated. 'failed' means authoring did not complete — brief Juno again.
Input
job_id string tools/call
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_authoring_status",
"arguments": {
"job_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
}
}