v1

latestOpenAPI 3.0.32026-07-222111928.0 KB
ClarityV2

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.

get/v2/clarity-v2/processes/{process_id}

Path parameters

process_idstring uuid required

The clarity process id

Query parameters

captures'full' | 'lite'

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