proposal_id is the unique ID of a proposal.
QueryProposalResponse is the Query/Proposal response type.
GET /cosmos/group/v1/proposal/{proposal_id} HTTP/1.1 Host: coreum.nownodes.io Accept: */*
A successful response.
{ "proposal": { "id": "text", "group_policy_address": "text", "metadata": "text", "proposers": [ "text" ], "submit_time": "2025-05-13T20:27:31.990Z", "group_version": "text", "group_policy_version": "text", "status": "PROPOSAL_STATUS_UNSPECIFIED", "final_tally_result": { "yes_count": "text", "abstain_count": "text", "no_count": "text", "no_with_veto_count": "text" }, "voting_period_end": "2025-05-13T20:27:31.990Z", "executor_result": "PROPOSAL_EXECUTOR_RESULT_UNSPECIFIED", "messages": [ { "@type": "text", "ANY_ADDITIONAL_PROPERTY": "anything" } ], "title": "text", "summary": "text" } }