Get Video Analysis

Fetch the saved video analysis for a session. Responses may be in-flight, complete, or failed.

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.

OR
X-API-Keystring

Alternative authentication header. Send the raw API key as X-API-Key: <token>.

Path parameters

session_idstringRequired

Session identifier returned by the full-analysis pipeline.

Response

Current saved analysis state for the session.
statusenum
sessionIdstring
userIdstring
createdAtdatetime
updatedAtdatetime
jobIdstring or nullformat: "uuid"
progressobject or null
resultobject or null
errorstring or null

Errors

401
Unauthorized Error
404
Not Found Error
500
Internal Server Error