get_decision
Retrieve a decision record by ID to see its declaration, timestamp, scope, and lineage. Get the formal shape (enums, timestamps, hash) without content.
Instructions
Retrieve a specific decision record by its ID — what was declared, when, and at what scope, plus its place in the lineage. Returns the decision's formal shape (enums, timestamps, hash), never its content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dd_id | Yes | The DD ID to retrieve | |
| auth_token | Yes | Your DA agent auth token |