---
title: "List Clarity Landscape Captures"
method: GET
path: "/v2/organizations/{orgId}/clarity/hierarchy/captures"
tags: ["Organizations", "Clarity"]
---

# List Clarity Landscape Captures

`GET /v2/organizations/{orgId}/clarity/hierarchy/captures`

List the organization's eligible Process Landscape captures (completed interview/document transcripts not yet tied to a process) so they can seed new process proposals.

## Path parameters

- `orgId` string, uuid, required

## Query parameters

- `limit` integer
- `includeTranscripts` 'true' | 'false'

## Response `200`

Default Response

- object
  - `captures` object[], required — Eligible Process Landscape captures, newest first
    - `id` string, uuid, required — Unique capture identifier
    - `scope` 'team' | 'organization', required — Whether the capture is owned by a team or the organization
    - `type` 'interview' | 'document', required — Capture source: a voice interview or an uploaded document
    - `title` string, required — Human-readable capture title
    - `organizationId` string, uuid, nullable, required — Owning organization id, when org-scoped
    - `organizationName` string, nullable, required — Owning organization name, when available
    - `teamId` string, uuid, nullable, required — Owning team id, when team-scoped
    - `teamName` string, nullable, required — Owning team name, when available
    - `processNodeId` string, uuid, nullable, required — Hierarchy node the capture is filed under, when any
    - `createdAt` string, required — ISO 8601 creation timestamp
    - `transcriptMessageCount` integer, required — Number of messages in the capture transcript
    - `transcript` object[] — Full capture transcript, included only when requested
      - `source` 'ai' | 'user' | 'interviewer', required
      - `speakerName` string
      - `message` string, required
      - `timestamp` number
  - `total` integer, required — Total eligible captures in the organization
  - `truncated` boolean, required — True when more captures exist than were returned

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/duvo/apis/duvo-public-api.md) · [All operations](https://skmtc.net/duvo/apis/duvo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/duvo/duvo-public-api/revisions/dafcf3d868a9/schema)
