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

# List Sweeps

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

## Query parameters

- `company_id` string, uuid, nullable
- `limit` integer

## Response `200`

Successful Response

- SweepSummary[]
  - `sweep_id` string, uuid, required
  - `company_id` string, uuid, required
  - `company_name` string, nullable, required
  - `window_days` integer, required
  - `status` 'queued' | 'running' | 'succeeded' | 'failed', required — Lifecycle of one sweep. Mirrors `ApplicabilityRunStatus` deliberately.
  - `stage` 'queued' | 'gathering' | 'analysing' | 'comparing' | 'done', required — What the sweep is doing right now. Committed *before* the work it names starts, so a watcher sees the stage currently taking the time rather than the last one that finished. `ANALYSING` is where nearly all of it goes.
  - `stalled` boolean, required
  - `rollout_enrolled` boolean, required
  - `created` string, date-time, required
  - `finished_at` string, date-time, nullable, required
  - `collateral_analysed` integer, required
  - `visible_agreement_rate` number, nullable, required
  - `visible_flips` integer, required
  - `agreement_rate` number, nullable, required
  - `flagged_lost` integer, required
  - `dismissed_reintroduced` integer, 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/3ff4c0bd276b/schema)
