v1
latestOpenAPI 3.0.32026-07-26229361630.0 KBdocuments
List Session Documents
Fetch a session's full record — status, patient details, audio quality matrix and, most importantly, the list of all documents generated or created on the session (notes, transcripts, custom documents). Set presigned=true to include a download URL for each document.
get/voice/api/v1/sessions/{session_id}
Path parameters
session_idstring required
Example:ses_abc123def456
Session ID
Query parameters
presignedboolean
Include a presigned download URL per document
Response
Session details with its documents
Example response
{
"status": "success"
}