Optimiciti API Specification
boolean
boolean
Optimization
Get Run Status
POST
https://api.optimiciti.com
/run_status
Returns the lifecycle status of a run (queued | running | succeeded | failed | cancelled) for polling.
Get Run Status › Responses
Successful Response
A standardized response envelope used across the API.
successIndicates if the request was successful
Default: true
dataThe main response payload. Can be an object, array, boolean, or string.
Cancel Run
POST
https://api.optimiciti.com
/cancel_run
Cancels a queued or running solve. Queued runs are skipped by the worker; running runs are cancelled best-effort.
Cancel Run › Responses
Successful Response
A standardized response envelope used across the API.
successIndicates if the request was successful
Default: true
dataThe main response payload. Can be an object, array, boolean, or string.
