Skip to main content
List Optimization Runs
curl --request GET \
  --url https://api.ionworks.com/optimizations/{id}/runs
[
  {
    "run_id": "<string>",
    "index": 123,
    "intermediate_results": [
      {}
    ]
  }
]

Path Parameters

id
string
required

Response

Successful Response

run_id
string
required

Opaque identifier for this optimization run.

index
integer
required

Zero-based position of the run.

status
enum<string>
required

Lifecycle status of the run.

Available options:
queued,
running,
succeeded,
failed,
canceled
intermediate_results
Intermediate Results · object[] | null

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