get_participants
List all study participants with session IDs and completion status to find the participant_id and session_id values needed for session reports.
Instructions
List all participants in a study, including their session status and metadata.
Call this first whenever you need participant_id or session_id values. These IDs are required by get_session, get_session_report, get_session_recordings, and get_participant_sessions_report.
Returns each participant's ID, name (if available), session IDs, and completion status (e.g., completed, in-progress, invited).
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 |