---
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
  - `reviews` PRReviewState[], required
    - `latestRun` ReviewRun
      - `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
    - `status` 'needs_review' | 'running' | 'up_to_date' | 'changes_requested' | 'ineligible', required
    - `targetSha` string, required
    - `title` string, required

## Other responses

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

## Changes

- **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
- **2026-06-22** `52075b50dce4` — 1 info
  - added the optional property `reviews/items/deliveredAt` to the response with the `200` status
- **2026-06-21** `b35ab78b2079` — 1 info
  - added the required property `reviews/items/githubReviewId` to the response with the `200` status
- **2026-06-14** `2597e14bfa15` — 1 info
  - endpoint added
- **2026-06-10** `b64f5ab46d87` — 1 breaking
  - api path removed without deprecation

[Change 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/3cbe4004af21?raw)
