List runs on a map
GET /api/v1/maps/{id}/runsReturns numbered runs with per-run summary metrics (total time, PCE).
Get a single run
GET /api/v1/runs/{run_id}Includes every step of the run with its individual timing, notes, and photo references.
Compare runs
POST /api/v1/runs/compare
{
"run_ids": [42, 51, 63]
}Returns per-stage min/max/avg/median across the selected runs.
Delete a run
POST /api/v1/runs/{run_id}/delete