legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where bill_id = "119-s-2403" 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 |
|---|---|---|---|---|---|---|
| 1707282 | Retire through Ownership Act 119-s-2403 | 2025-10-17 | Held at the desk. | Floor | House floor actions | |
| 1707283 | Retire through Ownership Act 119-s-2403 | 2025-10-17 | Received in the House. | Floor | House floor actions | |
| 1707284 | Retire through Ownership Act 119-s-2403 | 2025-10-16 | Message on Senate action sent to the House. | Floor | Senate | |
| 1707285 | Retire through Ownership Act 119-s-2403 | 2025-10-09 | Passed Senate with an amendment by Unanimous Consent. | Floor | Senate | |
| 1707286 | Retire through Ownership Act 119-s-2403 | 2025-10-09 | Passed/agreed to in Senate: Passed Senate with an amendment by Unanimous Consent. | Floor | Library of Congress | |
| 1707287 | Retire through Ownership Act 119-s-2403 | 2025-09-11 | Placed on Senate Legislative Calendar under General Orders. Calendar No. 158. | Calendars | Senate | |
| 1707288 | Retire through Ownership Act 119-s-2403 | 2025-09-11 | Committee on Health, Education, Labor, and Pensions. Reported by Senator Cassidy with an amendment in the nature of a substitute. Without written report. | Committee | Senate | |
| 1707289 | Retire through Ownership Act 119-s-2403 | 2025-09-11 | Committee on Health, Education, Labor, and Pensions. Reported by Senator Cassidy with an amendment in the nature of a substitute. Without written report. | Committee | Library of Congress | |
| 1707290 | Retire through Ownership Act 119-s-2403 | 2025-07-30 | Committee on Health, Education, Labor, and Pensions. Ordered to be reported with an amendment in the nature of a substitute favorably. | Committee | Senate | |
| 1707291 | Retire through Ownership Act 119-s-2403 | 2025-07-23 | Read twice and referred to the Committee on Health, Education, Labor, and Pensions. | IntroReferral | Senate | |
| 1707292 | Retire through Ownership Act 119-s-2403 | 2025-07-23 | 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);