Skip to main content
GET
Get Round

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

round_id
string
required
Pattern: ^round_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Response

Successful Response

id
string
required
round_number
integer
required
commissioner_key
string
required
execution_backend
enum<string>
required
Available options:
dispatch
round_config
Round Config · object
required
status
enum<string>
required
Available options:
pending,
claimed,
running,
completed,
failed,
cancelled
division
DivisionPublic · object
required
created_at
string<date-time>
required
results
RoundResultPublic · object[]
required
entrant_count
integer
required
round_display
Round Display · object | null
scheduled_by
enum<string> | null

The driver that created a round (spec 0080 §2/§4), stamped at each creation site — never parsed back out of idempotency-key shapes. Explains which lifecycle spans a round can emit: only ladder rounds schedule follow-ups, only container (pipeline) rounds claim a lease, persistent marks the persistent-WoW commissioner ingest (#19570), tournament marks bracket rounds created by the platform tournament workflow (round_config.purpose="tournament"), and landscape marks plain rounds created by the landscape brain (no follow-ups, no lease).

Available options:
ladder,
api,
campaign,
landscape,
pipeline,
persistent,
tournament
error
string | null
started_at
string<date-time> | null
completed_at
string<date-time> | null
commissioner_report
Commissioner Report · object | null
has_commissioner_logs
boolean
default:false
has_commissioner_report_render
boolean
default:false