Stream Benchmark Run
GET /api/etherforce/benchmark/run/{run_id}/stream
GET
/api/etherforce/benchmark/run/{run_id}/stream
SSE per-fixture progress for an in-flight run.
Subscribes to the harness’s per-run progress queue. If the run has
already completed by the time the client connects, the stream emits
a single completed event derived from the persisted record so
the UI can render the final state without a second round-trip.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” run_id
required
Run Id
string
Responses
Section titled “ Responses ”Successful Response
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