legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where bill_id = "119-s-3385" sorted by action_date descending
This data as json, CSV (advanced)
Suggested facets: action_date, action_text, action_type, action_code, action_date (date)
| id | bill_id | action_date ▲ | action_text | action_type | chamber | action_code |
|---|---|---|---|---|---|---|
| 1706622 | Lower Health Care Costs Act 119-s-3385 | 2025-12-11 | Cloture on the motion to proceed to the measure not invoked in Senate by Yea-Nay Vote. 51 - 48. Record Vote Number: 644. (CR S8654-8655) | Floor | Senate | |
| 1706628 | Lower Health Care Costs Act 119-s-3385 | 2025-12-11 | IntroReferral | Library of Congress | ||
| 1706629 | Lower Health Care Costs Act 119-s-3385 | 2025-12-11 | Senate amendment submitted | Floor | Library of Congress | |
| 1706630 | Lower Health Care Costs Act 119-s-3385 | 2025-12-10 | IntroReferral | Library of Congress | ||
| 1706631 | Lower Health Care Costs Act 119-s-3385 | 2025-12-10 | Senate amendment submitted | Floor | Library of Congress | |
| 1706623 | Lower Health Care Costs Act 119-s-3385 | 2025-12-09 | Cloture motion on the motion to proceed to the measure presented in Senate. (CR S8567) | Floor | Senate | |
| 1706624 | Lower Health Care Costs Act 119-s-3385 | 2025-12-09 | Motion to proceed to consideration of measure made in Senate. (CR S8567) | Floor | Senate | |
| 1706625 | Lower Health Care Costs Act 119-s-3385 | 2025-12-08 | Read the second time. Placed on Senate Legislative Calendar under General Orders. Calendar No. 284. | Calendars | Senate | |
| 1706626 | Lower Health Care Costs Act 119-s-3385 | 2025-12-08 | Introduced in the Senate. Read the first time. Placed on Senate Legislative Calendar under Read the First Time. (Legislative Day December 4, 2025). (text: CR S8530-8531) | Calendars | Senate | |
| 1706627 | Lower Health Care Costs Act 119-s-3385 | 2025-12-08 | Introduced in Senate | IntroReferral | Library of Congress |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE legislation_actions (
id INTEGER PRIMARY KEY AUTOINCREMENT,
bill_id TEXT REFERENCES legislation(bill_id),
action_date TEXT,
action_text TEXT,
action_type TEXT,
chamber TEXT,
action_code TEXT
);
CREATE INDEX idx_legact_bill ON legislation_actions(bill_id);
CREATE INDEX idx_legact_date ON legislation_actions(action_date);