get_bill
Retrieve a bill's title, submitter, committee assignment, and status timeline from its proceedings URL and chamber.
Instructions
Retrieve detail of one bill by chamber and proceedings URL. Returns title, submitter, committee assignment, and a status timeline parsed from the proceedings page. The proceedingURL must be a URL returned by search_bills.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chamber | Yes | Chamber the bill is registered with. | |
| proceedingURL | Yes | Proceedings URL returned by search_bills. |