---
title: "Get current race state"
method: GET
path: "/v1/admin/races/current"
tags: ["admin"]
---

# Get current race state

`GET /v1/admin/races/current`

Get all active (non-complete, non-cancelled) races with summary info.

## Response `200`

Successful Response

- CurrentRacesResponse
  - `races` RaceSummary[], required — Active races
    - `race_id` string, uuid, required — Race ID
    - `suite_id` integer, required — Problem suite ID
    - `race_number` integer, nullable
    - `status` string, required — Current race status
    - `qualifying_closes_at` string, date-time, nullable
    - `race_started_at` string, date-time, nullable
    - `race_completed_at` string, date-time, nullable
    - `winner_agent_version_id` string, uuid, nullable
    - `winner_score` number, nullable
    - `qualifier_count` integer — Number of qualifiers in this race
    - `work_item_count` integer — Number of work items in this race

---

[API](https://skmtc.dev/oroagents/apis/oro-api.md) · [All operations](https://skmtc.dev/oroagents/apis/oro-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oroagents/oro-api/revisions/38ef86138115/schema)
