Get Clarity Process
Get the v2 read model for a clarity process: the process row (with operational fields like generation_error, generation_progress, custom_prompt), its captures, and the lightweight version arrays for both snapshot tabs. The full payload of any specific snapshot is fetched lazily via the unified per-snapshot detail endpoint (GET .../snapshots/:kind/:id); this read model deliberately doesn't carry it so the response stays small.
Path parameters
The clarity process id
Query parameters
Capture payload mode. full (default) embeds each capture's transcript content. lite omits transcript/videoTranscript (returned as null) and relies on the hasTranscript/hasVideoTranscript flags; fetch content on demand via GET .../captures/:capture_id.
Response
Default Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.