Skip to main content
Base URL: https://rl-gym-api.collinear.ai

Launch Runs

Start a batch of rollouts (agent evaluation runs) for one or more tasks.
Request body:

ModelConfig

TaskOverride

Response: 200 OK

List Runs

List runs with optional filtering and pagination.
Query parameters: Response: 200 OK

Get Run Status

Get aggregate status for a run, including per-rollout breakdowns.
Response: 200 OK — returns a RunStatusResponse (same schema as items in the list runs response). Errors: 404 if run not found.

Cancel Run

Signal all active rollouts in a run to cancel gracefully.
Response: 200 OK

Delete Run

Delete a run and all associated rollout records.
Response: 200 OK
Errors: 404 if run not found.