Get Member Cosponsored Legislation - Bills and resolutions cosponsored by a member
get_member_cosponsored_legislationRetrieve bills and resolutions cosponsored by a specific member of Congress using their bioguide ID. Supports pagination with limit and offset for browsing results.
Instructions
Get legislation cosponsored by a specific member of Congress.
Args:
ctx: Context for API requests
bioguide_id: Unique bioguide identifier for the member
limit: Maximum number of cosponsored bills to return
offset: Zero-based offset for pagination
Returns:
List of bills and resolutions cosponsored by the member
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| bioguide_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present when success is false: the section-9 error envelope | |
| items | No | Results of other kinds (bills, reports, communications, nominations), as returned by Congress.gov | |
| context | Yes | Context about the search or operation performed | |
| members | No | Member results | |
| success | Yes | Whether the operation was successful | |
| summary | Yes | Human-readable summary of the results | |
| item_kind | No | What `items` contains (bill, committee_report, communication, nomination, ...) | |
| operation | Yes | The operation that was performed | |
| committees | No | Committee results | |
| results_count | Yes | Number of items returned (equals the populated list's length) |