Skip to content

Stream Benchmark Run

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.

run_id
required
Run Id
string

Successful Response

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