---
title: "List Candidates"
method: GET
path: "/internal/evals/rollout-consistency/candidates"
tags: ["internal"]
---

# List Candidates

`GET /internal/evals/rollout-consistency/candidates`

The collateral an operator can pick from, newest first.

Deliberately *not* `gather_cohort`: that answers "what would a window sweep do", which is a
different question from "what could I choose". This one reaches further back than any sweep
would, reports review coverage per piece, and leaves the cap to the sweep itself.

`reviewed_only` defaults on because an unreviewed cohort silently answers half the question —
consistency is measurable without reviewers, recall is not.

## Query parameters

- `company_id` string, uuid, required
- `window_days` integer
- `reviewed_only` boolean

## Response `200`

Successful Response

- SweepCandidate[]
  - `file_id` string, uuid, required
  - `filename` string, nullable, required
  - `collateral_type` string, nullable, required
  - `created` string, date-time, required
  - `reviewed_risks` integer, required
  - `flagged` integer, required
  - `dismissed` integer, required
  - `has_baseline` boolean, required
  - `previously_swept` boolean, required

## 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/816d6dca5096/schema)
