Get Session
Returns the full analysis result for a specific session, including all scores, feedback, labeled moments, time-series data, and recommendations.
Authentication
AuthorizationBearer
Your API key (e.g. ng_xxx…). The Try it and generated code send it as Authorization: Bearer <key>.
Alternatively use the X-API-Key header with the raw key.
Path parameters
session_id
The session ID returned by POST /api/v1/analyze-video.
Response
Full session details
sessionId
Unique session identifier.
module
The source of the session (e.g. api, live-practice).
status
Session status — PROCESSING or COMPLETE.
createdAt
When the session was created (ISO 8601).
updatedAt
When the session was last updated (ISO 8601).
videoAnalysis
Full analysis result stored for this session.
Errors
401
Unauthorized Error
404
Not Found Error