---
title: "GET /networks/{networkId}/proposals/{proposalId}/votes"
method: GET
path: "/networks/{networkId}/proposals/{proposalId}/votes"
---

# GET /networks/{networkId}/proposals/{proposalId}/votes

`GET /networks/{networkId}/proposals/{proposalId}/votes`

Returns the list of votes for a specified proposal, including the value of each vote and the unique identifier of the member that cast the vote.

Applies only to Hyperledger Fabric.

## Path parameters

- `networkId` string, required
- `proposalId` string, required

## Query parameters

- `maxResults` integer
- `nextToken` string
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListProposalVotesOutput
  - `ProposalVotes` VoteSummary[] — The list of votes.
    - `Vote` 'YES' | 'NO' — The vote value, either <code>YES</code> or <code>NO</code>.
    - `MemberName` string — The name of the member that cast the vote.
    - `MemberId` string — The unique identifier of the member that cast the vote.
  - `NextToken` string — The pagination token that indicates the next set of results to retrieve.

## Other responses

- `480` — InvalidRequestException
- `481` — AccessDeniedException
- `482` — ThrottlingException
- `483` — InternalServiceErrorException

---

[API](https://skmtc.net/aws/apis/managedblockchain.md) · [All operations](https://skmtc.net/aws/apis/managedblockchain/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/managedblockchain/versions/43406c4e72b1/schema)
