Skip to content

Get Benchmark Run

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.

run_id
required
Run Id
string

Successful Response

BenchmarkRunDetail

Detailed result of a single benchmark run.

object
summary
required
BenchmarkRunSummary

One row in the benchmark results list.

object
id
required
Id
string
startedAt
required
Startedat
string format: date-time
completedAt
required
Any of:
string format: date-time
handlerId
required
Handlerid
string
revision
required
Revision
string
overallScore
required
Overallscore
number
notes
required
Notes
string
breakdown
required
Breakdown
object
key
additional properties
number

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object