get_cip_votes
Get the cip-vote mailing-list messages for a specific Canton Improvement Proposal (CIP), oldest first: the raw discussion trail as sent, with each SV/participant's vote stated in their message body ("… votes in favor / not in favor"). This is the message thread, NOT a pre-computed count; the first message is usually the proposal announcement, not a vote. For the on-chain accept/reject tally use get_cip_vote_outcome. Use for reading who said what on Governance-type CIPs. Not the attachment PDFs (get_cip_attachments) or status timeline (get_cip_history). Canton ecosystem only. Not Cardano or other 'CIP' schemes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many messages (oldest first) to return. Default 25, max 100. The header states the full count and the range shown. | |
| cip_id | Yes | CIP id, e.g. "0117", "0118", or "CIP-0117". Numeric form preferred. | |
| offset | No | Skip this many messages before returning, for paging through a long vote thread. |