optimizations

List Optimization Runs

List the multistart runs of an optimization in one call.

Each run carries status and convergence history (read server-side), so the frontend renders per-run progress without touching jobs.

get/optimizations/{id}/runs

Path parameters

idstring required

Response

Successful Response

run_idstring required

Opaque identifier for this optimization run.

indexinteger required

Zero-based position of the run.

status'queued' | 'running' | 'succeeded' | 'failed' | 'canceled' required

Frontend-facing lifecycle status for an async resource.

intermediate_resultsobject[] nullable

Per-iteration convergence history for the run; its length is the current iteration count. Null until the run produces history.

Changes

No recorded changes to this endpoint across all 1 revision of this API.