API reference
Get study
get_study Requires studies:readFetch one study, including its current brief — the study design Juno authored: title, objectives, and the questions the interviewer asks. The brief is null until an authoring job has completed. Org-scoped; 404 if not found.
Input
study_id string tools/call
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_study",
"arguments": {
"study_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
}
}