get_session_recordings
Retrieve video and audio recording URLs for a specific session. Provide study, participant, and session IDs to get stream and download links for the recording.
Instructions
Get recording URLs (video/audio) for a specific session.
Returns video and/or audio stream/download links for the session recording. 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 |