Skip to main content
GET
List Session Documents
Fetch a session’s record with all its documents — notes, transcripts, custom docs. Add ?presigned=true to get a download URL per document.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

session_id
string
required

Session ID

Example:

"ses_abc123def456"

Query Parameters

presigned
boolean
default:false

Include a presigned download URL per document

Response

Session details with its documents

status
string
Example:

"success"

data
object