DocsAPIDECISION_RESULT_UNAVAILABLE.md
DECISION_RESULT_UNAVAILABLE
- HTTP status
- 409
- Details payload
{ runId: string, envelopeState: "ready" | "no_data" | "no_run" }
Cause
The selected Run has no decision-bearing result evidence: the envelope is not ready, or its ready response lacks the conclusion evidence pair.
Fix
Read details.envelopeState. For ready, use a conclusion-capable Results read that returns both evidence fields. For no_data, wait for the required analysis inputs. For no_run, Start a Run before concluding.