---
title: "List a worker's code-review runs"
method: GET
path: "/api/v1/sessions/{sessionId}/reviews"
tags: ["reviews"]
---

# List a worker's code-review runs

`GET /api/v1/sessions/{sessionId}/reviews`

## Path parameters

- `sessionId` string, required — Session identifier, e.g. project-1.

## Response `200`

OK

- ListReviewsResponse
  - `reviewerHandleId` string, required
  - `reviewerHarness` string
  - `reviews` PRReviewState[], required
    - `latestRun` ReviewRun
      - `autoInjectReview` boolean, required
      - `batchId` string, required
      - `body` string, required
      - `createdAt` string, date-time, required
      - `deliveredAt` string, date-time, nullable
      - `githubReviewId` string, required
      - `harness` string, required
      - `id` string, required
      - `prUrl` string, required
      - `reviewId` string, required
      - `sessionId` string, required
      - `status` string, required
      - `targetSha` string, required
      - `verdict` string, required
    - `prNumber` integer, required
    - `prUrl` string, required
    - `previousRun` ReviewRun
      - `autoInjectReview` boolean, required
      - `batchId` string, required
      - `body` string, required
      - `createdAt` string, date-time, required
      - `deliveredAt` string, date-time, nullable
      - `githubReviewId` string, required
      - `harness` string, required
      - `id` string, required
      - `prUrl` string, required
      - `reviewId` string, required
      - `sessionId` string, required
      - `status` string, required
      - `targetSha` string, required
      - `verdict` string, required
    - `status` 'needs_review' | 'running' | 'up_to_date' | 'changes_requested' | 'ineligible', required
    - `targetSha` string, required
    - `title` string, required
  - `runs` ReviewRun[], required
    - `autoInjectReview` boolean, required
    - `batchId` string, required
    - `body` string, required
    - `createdAt` string, date-time, required
    - `deliveredAt` string, date-time, nullable
    - `githubReviewId` string, required
    - `harness` string, required
    - `id` string, required
    - `prUrl` string, required
    - `reviewId` string, required
    - `sessionId` string, required
    - `status` string, required
    - `targetSha` string, required
    - `verdict` string, required

## Other responses

- `422` — Unprocessable Entity
- `501` — Not Implemented

## Changes

- **2026-08-09** `be069344383f` — 3 info
  - added the required property `reviews/items/latestRun/autoInjectReview` to the response with the `200` status
  - added the required property `reviews/items/previousRun/autoInjectReview` to the response with the `200` status
  - added the required property `runs/items/autoInjectReview` to the response with the `200` status
- **2026-08-07** `7159dcaea5f1` — 1 info
  - added the optional property `reviewerHarness` to the response with the `200` status
- **2026-08-04** `f4fd1a6add81` — 1 info
  - added the required property `runs` to the response with the `200` status
- **2026-07-23** `0eb3983af9f7` — 1 info
  - added the optional property `reviews/items/previousRun` to the response with the `200` status
- **2026-06-29** `705d8082787f` — 8 breaking, 6 warning, 3 info
  - removed the required property `reviews/items/body` from the response with the `200` status
  - removed the required property `reviews/items/createdAt` from the response with the `200` status
  - removed the required property `reviews/items/githubReviewId` from the response with the `200` status
  - removed the required property `reviews/items/harness` from the response with the `200` status
  - …13 more

[Full history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/sessions/:sessionId/reviews/get.md)

---

[API](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/revisions/1c746377fde5?raw)
