decision_get
Get the current status and details of a decision.
Overview
Use this method to check the status of a decision, particularly when polling for approval status.
Method
text
tools/call
Tool Name
text
decision_get
Parameters
[Content to be filled - from provided getting started guide]
text
{
"decision_id": "dec_..."
}
Response
[Content to be filled]
Decision Status
[Content to be filled - status values: pending, approved, rejected, committed, rolled_back]
Example
[Content to be filled - from provided getting started guide, polling example]