Get a session
GET/api/v1/interview/sessions/:sessionId
Returns a single session's catalog row. A client_member can only
access its own client's sessions (cross-tenant access returns 403).
The recording_s3_key / transcript_s3_key fields are storage
references only — to actually play the recording or read the
transcript, use the dedicated result endpoints, which proxy a
short-lived URL.
Request
Responses
- 200
- 401
- 403
- 404
- 500
Session catalog row.
Authentication required.
The session belongs to another client.
The requested resource was not found.
Internal error.