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_idstringRequired

The session ID returned by POST /api/v1/analyze-video.

Response

Full session details
sessionIdstring
Unique session identifier.
modulestring

The source of the session (e.g. api, live-practice).

statusstring

Session status — PROCESSING or COMPLETE.

createdAtdatetime

When the session was created (ISO 8601).

updatedAtdatetime

When the session was last updated (ISO 8601).

videoAnalysisobject or null
Full analysis result stored for this session.

Errors

401
Unauthorized Error
404
Not Found Error