Skip to main content
Get Optimization Series

Path Parameters

id
string
required

Query Parameters

objective
string
required

Objective name within the payload

source
string
default:optimal

Which solve: 'optimal' or 'baseline'

columns
string | null

Comma-separated channels besides the x column

x_column
string | null

Column plotted on x, and windowed on. Defaults to the objective's own x channel, which is not 'Time [s]' for every objective type.

x
string | null
deprecated

Deprecated alias for x_column, kept for one release. x_column wins when both are given.

max_points
integer | null

Row ceiling, from the plot's measured width

Required range: x >= 1
x_min
number | null

Window lower bound, in x's units

x_max
number | null

Window upper bound, in x's units

Response

Successful Response