Get a proposal's payloads
get_proposal_payloadsTakes no 'version' argument (DAO governance is not per-market; Governance V3 is unrelated to Aave v3/v4 markets). What an Aave DAO proposal actually executes: one payload per target chain, each with its execution state, timelock delay, grace period and the contract calls it makes. Use this to tell whether a passed proposal has landed on every chain yet: a proposal can be 'executed' on mainnet while a payload is still 'queued' elsewhere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposalId | Yes | Proposal id as a decimal string, e.g. '508'. From search_governance_proposals. |