Get a specific proposal
Proposals
Get Proposal
Retrieve details for a specific proposal
GET
Get a specific proposal
Retrieves detailed information about a specific proposal, including current status, voting state, and metadata.
By default, status is client-facing. For proposals that are internally closed on-chain, the API infers terminal outcome when possible (
executed, cancelled, or rejected).
Use showOnChainStatus=true to return the raw on-chain status value (including closed).
The
{address} parameter is your smart account address, and {proposal_address} is the specific proposal’s on-chain address from Create Proposal or List Proposals.Ownership Verification
The API verifies that the proposal belongs to the specified smart account. Requesting a proposal with the wrong account address returns 403 Forbidden.Understanding Voting State
The response includesapproved, rejected, and cancelled arrays showing which signers have voted:
Related Endpoints
Authorizations
Your Grid API key from the Grid Dashboard
Headers
Target Solana environment
Path Parameters
Smart account address
Proposal address
Query Parameters
Return raw on-chain proposal status value