---
title: "Get Workspace Reviews Summary"
method: GET
path: "/agent-loop/workspaces/{workspace_id}/reviews/summary"
tags: ["reviews"]
---

# Get Workspace Reviews Summary

`GET /agent-loop/workspaces/{workspace_id}/reviews/summary`

Per-node review-state counts for the tree chips. Only nodes with counting requests appear.

## Path parameters

- `workspace_id` string, required

## Response `200`

Successful Response

- ReviewSummaryResponse
  - `nodes` ReviewSummaryNode[], required
    - `snapshot_id` string, required
    - `counts` NodeReviewCounts, required
      - `approved` integer, required
      - `in_progress` integer, required
      - `rejected` integer, required
      - `pending` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tryscott/apis/one-shot-api.md) · [All operations](https://skmtc.dev/tryscott/apis/one-shot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryscott/one-shot-api/revisions/28bdface01df/schema)
