DocsAPIDECISION_RESULT_STALE.md
DECISION_RESULT_STALE
- HTTP status
- 409
- Details payload
{ runId: string, expectedResultToken: string, currentResultToken: string }
Cause
The selected Run's server-owned result at the submitted data watermark does not match the result token the caller observed.
Fix
Read the conclusion-capable Results response again and resubmit its complete data_watermark and result_token evidence pair. Do not reuse the stale token.