get_session
Retrieve the raw transcript and interaction events for a single participant session. Use to read verbatim participant quotes or review unprocessed log details.
Instructions
Get raw transcript and interaction events for a single participant session.
Use this when the user wants to read what a participant actually said verbatim, or review the full unprocessed interaction log.
For an AI-analyzed summary with themes, key quotes, and task performance assessment, use get_session_report instead.
Call get_participants first to find the correct participant_id and session_id.
Args: study_id: The unique identifier of the study. participant_id: The unique identifier of the participant. session_id: The unique identifier of the session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| study_id | Yes | ||
| session_id | Yes | ||
| participant_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |