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
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).

insightsobject or null

Summary-level insights for listing purposes.

Errors

401
Unauthorized Error