list-bills-by-status
Retrieve recent Knesset bills filtered by legislative status, such as passed third reading or approved for first reading. Results are ordered by last update date.
Instructions
List recent bills filtered by StatusID (from KNS_Status), ordered by LastUpdatedDate descending. Ordering uses LastUpdatedDate since the OData API does not expose per-stage transition dates on KNS_Bill.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max bills to return (default 10) | |
| statusId | Yes | KNS_Status StatusID. Common: 118=passed third reading, 178/179=approved in committee for 2nd-3rd reading, 109/167=approved for first reading | |
| knessetNum | No | Optional Knesset number to filter by |