Get decisions
get_decisionsFetch the decision queue for a session, prioritizing the most blocking items. Each decision includes why it matters, options, the agent's suggestion, and related blocked or independent work.
Instructions
The decision queue, most blocking first, with why each matters, options, the agent suggestion and blocked/independent work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Default 'open'. | |
| sessionId | Yes | Session handle returned by start_session. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| state | Yes | ||
| decisions | Yes | ||
| sessionId | Yes | ||
| canRecordDecisions | Yes |