Get Run Status
Poll the status, solution, and metadata for a previously submitted run.
Documentation Index
Fetch the complete documentation index at: https://docs.usenexio.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key with environment prefix. Use nx_test_... for sandbox and
nx_live_... for production. Obtain keys at
platform.usenexio.com/settings/api-keys.
Path Parameters
The run identifier returned by POST /api/v1/engines/{engine_slug}/runs.
Response
Current run status and results (if completed).
Stable run identifier.
Current run status. queued and processing are
non-terminal — keep polling. completed, degraded, and
failed are terminal. degraded carries the same output
shape as completed plus output.degradation_reason —
treat it as a successful response with a warning, not as
a state to keep polling on.
queued, processing, completed, degraded, failed Environment the run executed in.
test, live RFC 3339 timestamp when the run was created.
The released engine version this run executed against
(major.minor), resolved from the engine_version pin at submit
time and frozen for the run's lifetime. Absent when the run used the
engine's current configuration without a pin.
"1.3"
Last known pipeline stage (e.g. EVALUATE, FILTER).
Run summary. Present on completed runs.
Total processing time in milliseconds.
Error message on failed runs.
Structured failure details.
RFC 3339 timestamp when the run reached a terminal state.
Ranked solutions. Present on completed placement runs.