Get an Aave DAO proposal
get_governance_proposalTakes no 'version' argument (DAO governance is not per-market; Governance V3 is unrelated to Aave v3/v4 markets). Full detail for one Aave DAO governance proposal: state, author, vote tallies, quorum, timings and the transaction hash of each lifecycle step. 'quorumMet' and 'differentialMet' are the two conditions a proposal must meet to pass. Vote tallies and quorum are both in AAVE, so they compare directly. The long IPFS write-up is omitted unless includeDescription is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposalId | Yes | Proposal id as a decimal string, e.g. '508'. From search_governance_proposals. | |
| includeDescription | No | Include the full proposal markdown from IPFS (default false). It runs to many KB; the short description is always returned. |