get_sessions_report
Produce a study-level synthesis report aggregating all sessions, highlighting overall patterns, common findings, and completion rates. Use it to analyze across participants.
Instructions
Get an aggregated analysis report across ALL sessions in a study.
Use this for study-level synthesis: overall patterns, common findings, aggregate completion rates.
For a single participant's session, use get_session_report(study_id, participant_id, session_id). For all sessions by one participant, use get_participant_sessions_report(study_id, participant_id).
Returns: Aggregated report object with overall findings, patterns, and per-section summaries across all participants.
Args: study_id: The unique identifier of the study.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| study_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |