---
title: "List Clarity Process Snapshots"
method: GET
path: "/v2/clarity-v2/processes/{process_id}/snapshots/{kind}"
tags: ["ClarityV2"]
---

# List Clarity Process Snapshots

`GET /v2/clarity-v2/processes/{process_id}/snapshots/{kind}`

List lightweight Clarity v2 process snapshots for one kind.

## Path parameters

- `process_id` string, uuid, required
- `kind` 'current_process' | 'transformation_proposal', required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Default Response

- object
  - `snapshots` union[], required
    - union
      - object
        - `id` string, uuid, required — Snapshot id
        - `process_id` string, uuid, required — Parent clarity_process id
        - `source_snapshot_id` 'null', nullable, required
        - `parent_id` string, uuid, nullable, required — Parent snapshot this row forked from, if any
        - `created_at` string, required — ISO 8601 creation timestamp
        - `status` 'live' | 'historic' | 'draft' | 'generating', required — Versioning state. Only one 'live' row per process at a time; drafts may be edited or generating before promotion.
        - `creator_type` 'human' | 'ai', required — Whether this row was created by a user edit ('human') or an AI pipeline run ('ai').
        - `user_id` string, uuid, nullable, required — Creator user id (the human who edited or triggered the run).
        - `sandbox_id` string, nullable, required — E2B sandbox id that produced AI rows; null for user edits.
        - `last_session_id` string, nullable, required — Claude SDK session id for artifact-chat follow-up reuse.
        - `kind` 'current_process', required
      - object
        - `id` string, uuid, required — Snapshot id
        - `process_id` string, uuid, required — Parent clarity_process id
        - `source_snapshot_id` string, uuid, required
        - `parent_id` string, uuid, nullable, required — Parent snapshot this row forked from, if any
        - `created_at` string, required — ISO 8601 creation timestamp
        - `status` 'live' | 'historic' | 'draft' | 'generating', required — Versioning state. Only one 'live' row per process at a time; drafts may be edited or generating before promotion.
        - `creator_type` 'human' | 'ai', required — Whether this row was created by a user edit ('human') or an AI pipeline run ('ai').
        - `user_id` string, uuid, nullable, required — Creator user id (the human who edited or triggered the run).
        - `sandbox_id` string, nullable, required — E2B sandbox id that produced AI rows; null for user edits.
        - `last_session_id` string, nullable, required — Claude SDK session id for artifact-chat follow-up reuse.
        - `kind` 'transformation_proposal', required
  - `total` integer, required — Total number of snapshots of this kind for the process

## 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)
