---
title: "Get Reviews For Company"
method: GET
path: "/internal/reviews"
tags: ["internal"]
---

# Get Reviews For Company

`GET /internal/reviews`

List reviews for an admin-chosen company, for the report-runner picker.

## Query parameters

- `company_id` string, uuid, required

## Response `200`

Successful Response

- InternalReviewListItem[]
  - `review_id` string, uuid, required
  - `vendor_company_id` string, uuid, required
  - `vendor_company_name` string, required
  - `review_type` 'initial' | 'periodic' | 'inventory_refresh' | 'initial_fintech' | 'periodic_fintech' | 'rm_scorecard' | 'initial_no_ira' | 'ira_only', required
  - `stage` 'inherent_risk_assessment' | 'form_distribution' | 'requirements_gathering' | 'evidence_collection' | 'review' | 'review_reporting' | 'completed' | 'document_sourcing' | 'document_review'
  - `status` 'active' | 'completed' | 'cancelled', required
  - `started_at` string, date-time, required
  - `completed_at` string, date-time, 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)
