get_bill_votes
Retrieve every recorded floor, committee, and subcommittee vote on a bill, in chronological order, across both chambers. Access member-level roll call records by passing a vote ID.
Instructions
Every recorded vote on a bill, in both chambers, in chronological order.
Floor, committee, and subcommittee votes all appear. is_roll_call is
true when the recorded members voted on this bill alone; it is false for
a voice vote (no members recorded) and for a block vote (one motion that
disposed of bills_in_vote bills at once, which is not a position on
any one of them). Pass a vote_id to get_roll_call for the member by
member record. Costs one request per vote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bill_number | Yes | ||
| session_code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||