get_route_decision
Fetch a route decision by its metadata decision_id, with optional lookback period and output format.
Instructions
Fetch one route decision by metadata decision_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| age | No | Number of minutes to look back (positive integer, max 7 days/10080 minutes) | |
| decision_id | Yes | Route-decision metadata decision_id to fetch | |
| output_mode | No | Controls the output format and action. 'compact' (default): Returns a summarized JSON object optimized for direct agent consumption. 'full_json_string': Returns the complete, raw JSON data serialized as a string. 'full_json_file': Returns a summarized JSON object AND saves the complete data to a file. | compact |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |