---
title: "List Text Flywheel Runs"
method: GET
path: "/api/v1/text-ai/text-widget-groups/{group_id}/flywheel-runs"
tags: ["text-ai", "text_cockpit"]
---

# List Text Flywheel Runs

`GET /api/v1/text-ai/text-widget-groups/{group_id}/flywheel-runs`

List flywheel runs for this text widget group (history rail).

## Path parameters

- `group_id` string, uuid, required

## Response `200`

Successful Response

- TextFlywheelRunListResponse — Paginated list of flywheel runs for a text widget group.
  - `items` TextFlywheelRunListItem[], required
    - `id` string, uuid, required
    - `status` string, required
    - `intent` string, nullable, required
    - `target_agent_type` string, required
    - `promoted_at` string, nullable, required
    - `created_at` string, required
    - `open_findings_count` integer, nullable
    - `candidate_version_number` integer, nullable
    - `finding_ids` string[]
  - `total` integer, required

## Other responses

- `422` — Validation Error

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/api/v1/text-ai/text-widget-groups/:group_id/flywheel-runs/get.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/7a2c09378911?raw)
