OptimisationRuns
List optimisation runs
Lists optimisation runs for the specified company, most recent first, paged.
path Parameters
companyIdThe company GUID.
query Parameters
offsetZero-based row offset for pagination. Example: 0
limitMaximum number of rows to return (capped at 200). Example: 50
Headers
GoSmarter-Api-KeyThe GoSmarter-Api-Key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
List optimisation runs › Responses
Payload of Array of OptimisationRunDto
runIdcompanyIdstatusfilterProfileIdproblemBlobUriresultBlobUrierrorMessagegroupCountrequestedByplanIdcreatedAtupdatedAtStart an optimisation run
Composes a problem payload from the supplied filters, uploads it as a claim-check blob, and dispatches it to the optimisation solver.
path Parameters
companyIdThe company GUID.
Headers
GoSmarter-Api-KeyThe GoSmarter-Api-Key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Start an optimisation run › Responses
Payload of CreateOptimisationRunResponse
runIdgroupCountunmatchedDemandCountGet an optimisation run
Retrieves a single optimisation run — the polling target while a run is pending.
path Parameters
companyIdThe company GUID.
runIdThe optimisation run GUID.
Headers
GoSmarter-Api-KeyThe GoSmarter-Api-Key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Get an optimisation run › Responses
Payload of OptimisationRunDto
runIdcompanyIdstatusfilterProfileIdproblemBlobUriresultBlobUrierrorMessagegroupCountrequestedByplanIdcreatedAtupdatedAtCancel an optimisation run
Marks a run as cancelled. Rejected with 400 if the run has already reached a terminal or later status (ResultReceived/SolveFailed/Failed/PlanCreated).
path Parameters
companyIdThe company GUID.
runIdThe optimisation run GUID.
Headers
GoSmarter-Api-KeyThe GoSmarter-Api-Key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Cancel an optimisation run › Responses
No description

