Get Benchmark Run
GET /api/etherforce/benchmark/run/{run_id}
GET
/api/etherforce/benchmark/run/{run_id}
Return a single benchmark run by id.
Always 404s today — the harness is not wired yet. The route is declared so the frontend stack typechecks against a real shape and the OpenAPI dump documents the future contract.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” run_id
required
Run Id
string
Responses
Section titled “ Responses ”Successful Response
BenchmarkRunDetail
Detailed result of a single benchmark run.
object
summary
required
BenchmarkRunSummary
One row in the benchmark results list.
breakdown
required
Breakdown
object
key
additional properties
number
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context