get_bill_history
Retrieve the chronological action history for a bill, from prefiling to governor action, including passage dates, vote tallies, and committee assignments.
Instructions
Chronological action history for a bill, from prefiling to governor action.
Passage dates live here (the bill detail's passage date fields are always
null in LIS): look for events with is_passage true and read date
and vote_tally. is_passage marks the events whose resulting
status is a passage status (Passed House, Passed Senate, ...). status
is the bill's status after each event. committee names the committee
that acted; this is the only place LIS records which committee holds a
bill. vote_id links an event to its vote: pass it to get_roll_call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bill_number | Yes | ||
| session_code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||