get grpo run
get_grpo_runFetch a GRPO run's live status, ledger-true spend, and training outcome (reward trend, bake-off verdict) to monitor a run you launched.
Instructions
Fetch one online-RL (GRPO) run's status, ledger-true spend, and training outcome (reward trend, bake-off verdict) — use it to poll a run you started. GET /v1/grpo/runs/{id} (API-key scope: read). Returns: JSON object: { id, status, model, budget_usd, spent_usd, gpu_spent_usd, env_spent_usd, gpu_hour_budget, gpu_rate_usd_per_hour, created_at, outcome: null | { steps, first_half_mean_reward, second_half_mean_reward, stopped_by_tripwire, bakeoff?: { verdict, delta, delta_ci95, prompts, k, mean_sim_fraction, mean_tool_steps } } }. Outcome is always attempted for this single run (null while ACTIVE or when no artifact exists). Notes: Feature-flag gated (fineTuning flag off → 404). OWNER/ADMIN key required (403). 404 'Run not found' for foreign ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The GRPO run id (from the runs list). Scoped to the workspace: a foreign or unknown id is 404. |