roll_call_votes
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where congress = 119 and result = "Motion to Table Agreed to" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: session, date, legislation_type, yea_count, nay_count, not_voting_count, date (date)
| Link | congress | chamber | session | roll_call_number | date ▲ | question | vote_type | description | result | bill_id | legislation_type | legislation_number | yea_count | nay_count | present_count | not_voting_count | source_url |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 119,senate,2,15 | 119 | senate | 2 | 15 | 2026-01-30 | On the Motion to Table S.Amdt. 4236 to H.R. 7148 (No short title on file) | Motion to Table Lee Amdt. No. 4236 -- To strike all earmarks. | Motion to Table Agreed to | 67 | 33 | 0 | 0 | https://www.senate.gov/legislative/LIS/roll_call_votes/vote1192/vote_119_2_00015.xml | ||||
| 119,senate,2,16 | 119 | senate | 2 | 16 | 2026-01-30 | On the Motion to Table S.Amdt. 4234 to H.R. 7148 (No short title on file) | Motion to Table Lee Amdt. No. 4234 -- To strike the earmark for the Community and Training Center by the New Immigrant Community Empowerment. | Motion to Table Agreed to | 58 | 42 | 0 | 0 | https://www.senate.gov/legislative/LIS/roll_call_votes/vote1192/vote_119_2_00016.xml | ||||
| 119,senate,2,17 | 119 | senate | 2 | 17 | 2026-01-30 | On the Motion to Table S.Amdt. 4286 to H.R. 7148 (No short title on file) | Motion to Table Lee Amdt. No. 4286 -- To eliminate funding for the United States African Development Foundation. | Motion to Table Agreed to | 58 | 42 | 0 | 0 | https://www.senate.gov/legislative/LIS/roll_call_votes/vote1192/vote_119_2_00017.xml | ||||
| 119,senate,1,614 | 119 | senate | 1 | 614 | 2025-11-10 | On the Motion to Table S.Amdt. 3941 to S.Amdt. 3937 to H.R. 5371 (No short title on file) | Motion to Table Paul Amdt. No. 3941 -- To strike a provision modifying the definition of hemp for purposes of the Agricultural Marketing Act of 1946. | Motion to Table Agreed to | 76 | 24 | 0 | 0 | https://www.senate.gov/legislative/LIS/roll_call_votes/vote1191/vote_119_1_00614.xml | ||||
| 119,senate,1,512 | 119 | senate | 1 | 512 | 2025-09-10 | On the Motion to Table S.Amdt. 3849 to S. 2296 (No short title on file) | Motion to Table Schumer Amdt. No. 3849 -- To direct the Attorney General to make publicly available documents related to Jeffrey Epstein. | Motion to Table Agreed to | 51 | 49 | 0 | 0 | https://www.senate.gov/legislative/LIS/roll_call_votes/vote1191/vote_119_1_00512.xml | ||||
| 119,senate,1,510 | 119 | senate | 1 | 510 | 2025-09-09 | On the Motion to Table S.Res. 377 | Motion to Table Schumer Point of Order Re: S. Res. 377 -- An executive resolution authorizing the en bloc consideration in Executive Session of certain nominations on the Executive Calendar. | Motion to Table Agreed to | 119-sres-377 | S.Res | 377 | 53 | 46 | 0 | 1 | https://www.senate.gov/legislative/LIS/roll_call_votes/vote1191/vote_119_1_00510.xml | |
| 119,senate,1,405 | 119 | senate | 1 | 405 | 2025-07-17 | On the Motion to Table S.Amdt. 2893 to S.Amdt. 2853 to H.R. 4 (No short title on file) | Motion to Table Amdt. No. 2893 -- In the nature of a substitute. | Motion to Table Agreed to | 51 | 47 | 0 | 2 | https://www.senate.gov/legislative/LIS/roll_call_votes/vote1191/vote_119_1_00405.xml | ||||
| 119,senate,1,266 | 119 | senate | 1 | 266 | 2025-05-21 | On the Motion to Table S.J.Res. 55 | Motion to Table the Appeal that Two Points of Order are Not in Order at the Same Time -- A joint resolution providing for congressional disapproval under chapter 8 of title 5, United States Code, of the rule submitted by the National Highway Traffic Safety Administration relating to "Federal Motor Vehicle Safety Standards; Fuel System Integrity of Hydrogen Vehicles; Compressed Hydrogen Storage System Integrity; Incorporation by Reference". | Motion to Table Agreed to | 119-sjres-55 | S.J.Res | 55 | 51 | 46 | 0 | 3 | https://www.senate.gov/legislative/LIS/roll_call_votes/vote1191/vote_119_1_00266.xml | |
| 119,senate,1,226 | 119 | senate | 1 | 226 | 2025-04-30 | On the Motion to Table S.J.Res. 49 | Motion to Table the Motion to Reconsider the Vote by which S.J.Res. 49 Failed of Passage -- A joint resolution terminating the national emergency declared to impose global tariffs. | Motion to Table Agreed to | 119-sjres-49 | S.J.Res | 49 | 49 | 49 | 0 | 2 | https://www.senate.gov/legislative/LIS/roll_call_votes/vote1191/vote_119_1_00226.xml | |
| 119,senate,1,38 | 119 | senate | 1 | 38 | 2025-02-06 | On the Motion to Table PN11-22 | Motion to Table the Motion to Reconsider Re: Vought Nomination -- Russell Vought, of Virginia, to be Director of the Office of Management and Budget | Motion to Table Agreed to | 22-pn-11 | PN | 11-22 | 52 | 47 | 0 | 1 | https://www.senate.gov/legislative/LIS/roll_call_votes/vote1191/vote_119_1_00038.xml |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE roll_call_votes (
congress INTEGER NOT NULL,
chamber TEXT NOT NULL,
session INTEGER,
roll_call_number INTEGER NOT NULL,
date TEXT,
question TEXT,
vote_type TEXT,
description TEXT,
result TEXT,
bill_id TEXT,
legislation_type TEXT,
legislation_number TEXT,
yea_count INTEGER,
nay_count INTEGER,
present_count INTEGER,
not_voting_count INTEGER,
source_url TEXT,
PRIMARY KEY (congress, chamber, session, roll_call_number)
);
CREATE INDEX idx_rcv_date ON roll_call_votes(date);
CREATE INDEX idx_rcv_bill ON roll_call_votes(bill_id);
CREATE INDEX idx_rcv_congress ON roll_call_votes(congress);
CREATE INDEX idx_rcv_result ON roll_call_votes(result);
CREATE INDEX idx_rcv_compound ON roll_call_votes(congress, chamber, session, roll_call_number);