Skip to main content
GET
Get Clarity Process

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

process_id
string<uuid>
required

The clarity process id

Query Parameters

captures
enum<string>
default:full

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.

Available options:
full,
lite

Response

Default Response

process
object
required
current_process_versions
object[]
required

All non-deleted current-process snapshots, newest first. Lightweight rows (no data) for the version-picker UI. Clients lazy-fetch the live (or selected) snapshot via the per-snapshot detail endpoint.

transformation_proposal_versions
object[]
required

All non-deleted transformation-proposal snapshots, newest first. Lightweight rows (no data) for the version-picker UI.

captures
object[]
required

All captures (videos, interviews, documents) attached to this process. Field names follow the legacy v1 capture wire format (camelCase) so existing capture consumers keep working unchanged.