List Clarity Processes
listClarityProcessesList Clarity processes for the current team, most recently updated first. Returns lightweight metadata (capture counts, contributors, status) suitable for building a picker; the per-process read model is available via GET /v2/teams/:team_id/clarity-v2/processes/:process_id for v2 rows and GET /v2/teams/:team_id/clarity/processes/:id for legacy v1 rows. Both v1 (legacy) and v2 processes are returned by default; use search, status, and version to narrow discovery. Capped at 100 per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of processes per page (1-100, default 50) | |
| offset | No | Number of processes to skip (default 0) | |
| search | No | Case-insensitive search across process names | |
| status | No | Filter by process lifecycle status | |
| team_id | No | Duvo team UUID to operate on. API keys are pinned to a single team — omit this (it falls back to the key's team) or pass that same team; a different team is rejected. OAuth callers, who can span multiple teams, should pass the target team here. | |
| version | No | Filter by Clarity process schema version: 1 legacy, 2 v2 |