list raft rounds
list_raft_roundsList fine-tuning self-improvement rounds with winners, give-ups, budget, and spend. Provides read-only observability to monitor round status and outcomes.
Instructions
List the workspace's self-improvement (rejection-sampling fine-tuning) rounds, newest first, with winners/give-ups, budget and ledger-true spend — read-only observability for rounds started from the dashboard. GET /v1/raft/rounds (API-key scope: read). Returns: JSON { rounds: [ { id, status, criterion_name, policy_model, prompt_count, candidates_per_prompt, winners_count, giveups_count, produced_job_id: string|null (the fine-tuning job a COMPLETED round produced), skip_reason: string|null (SKIPPED rounds), budget_usd: number|null, spent_usd: number, created_at: ISO, completed_at: ISO|null } ] }. At most 200 rounds. Notes: List-only: there is no public start endpoint for rounds. Feature-flag gated (fineTuning flag off → 404). OWNER/ADMIN key required (403). Returns { rounds: [] } (not an error) when the round history table hasn't been provisioned yet. spent_usd is 0 for rounds created before per-round budgets existed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||