legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where bill_id = "102-s-3131" 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 |
|---|---|---|---|---|---|---|
| 248099 | Independent Counsel Reauthorization Act of 1992 102-s-3131 | 1992-09-22 | By Senator Glenn from Committee on Governmental Affairs filed written report. Report No. 102-417. | Floor | Senate | |
| 248100 | Independent Counsel Reauthorization Act of 1992 102-s-3131 | 1992-09-22 | By Senator Glenn from Committee on Governmental Affairs filed written report. Report No. 102-417. | Committee | Library of Congress | |
| 248101 | Independent Counsel Reauthorization Act of 1992 102-s-3131 | 1992-09-16 | Placed on Senate Legislative Calendar under General Orders. Calendar No. 676. | Calendars | Senate | |
| 248102 | Independent Counsel Reauthorization Act of 1992 102-s-3131 | 1992-09-16 | Committee on Governmental Affairs. Reported to Senate by Senator Glenn with an amendment in the nature of a substitute. Without written report. | Committee | Senate | |
| 248103 | Independent Counsel Reauthorization Act of 1992 102-s-3131 | 1992-09-16 | Committee on Governmental Affairs. Reported to Senate by Senator Glenn with an amendment in the nature of a substitute. Without written report. | Committee | Library of Congress | |
| 248104 | Independent Counsel Reauthorization Act of 1992 102-s-3131 | 1992-09-16 | Committee on Governmental Affairs. Ordered to be reported with an amendment in the nature of a substitute favorably. | Committee | Senate | |
| 248105 | Independent Counsel Reauthorization Act of 1992 102-s-3131 | 1992-08-11 | Subcommittee on Oversight of Government Management. Hearings held. | Committee | Senate | |
| 248106 | Independent Counsel Reauthorization Act of 1992 102-s-3131 | 1992-08-05 | Read twice and referred to the Committee on Governmental Affairs. | IntroReferral | Senate | |
| 248107 | Independent Counsel Reauthorization Act of 1992 102-s-3131 | 1992-08-05 | 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);