get_member_bills
Find every bill a member sponsored or co-sponsored in a session. Filter by role, search by keyword, and paginate results using limit and offset.
Instructions
Every bill a member patrons in a session, in any role.
The session bill list names only chief patrons, so this is the route to
a member's co-patronage. is_chief_patron marks the bills the member
sponsors; role restricts the list to one role. query is a
case-insensitive substring match against the bill number, description,
and title. limit is capped at 200; page with offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | ||
| limit | No | ||
| query | No | ||
| offset | No | ||
| member_id | Yes | ||
| session_code | Yes |