effects
List stored approval outcomes by state to identify uncertain ones. Use the ambiguous state to find results needing a human decision before retries can proceed.
Instructions
Read-only. The logical effects this store knows about, one row per effect key. Use this to find the effects whose outcome is unknown, which are the ones resolve can move on and the ones blocking a retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Return only effects in this state, or omit it for every effect. 'reserved' and 'executing' are in flight, 'committed' and 'failed' are settled, and 'ambiguous' is the one that needs a human: the effect may or may not have happened, and a retry stays refused until resolve says which. |