---
title: "Get Review Report Status"
method: GET
path: "/reports/review/{agent_run_id}/status"
tags: ["reports"]
---

# Get Review Report Status

`GET /reports/review/{agent_run_id}/status`

## Path parameters

- `agent_run_id` string, uuid, required

## Response `200`

Successful Response

- ReviewReportStatusResponse
  - `status` 'pending' | 'running' | 'completed' | 'failed', required
  - `result_upload_id` string, uuid, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
