sessions
Fetch the canonical analysis input for a completed session
Returns the SessionAnalysisInput shape defined in src/knowledge_gap/analysis_schemas.py.
- 404 — session not found, or owned by a different organization.
- 409 — session is not in a terminal state (still active / paused / waiting for human / etc.). The analyzer should only be run on completed sessions.
get/v1/sessions/{session_id}/analysis-input
Path parameters
session_idstring uuid required
Response
Successful Response