List Sessions
Returns all analysis sessions for the authenticated user, ordered by creation time.
Each session includes summary-level data (scores, summary, recommendation).
Sessions are created automatically whenever you call POST /api/v1/analyze-video.
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.
Response
Array of sessions for the authenticated user
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).
insights
Summary-level insights for listing purposes.
Errors
401
Unauthorized Error