Search cosponsors
search_cosponsorsSearch cosponsorship records across bills. Filter by member, state, party, or original cosponsor status to analyze legislative support patterns.
Instructions
Search bill cosponsorship records across bills. Useful for finding all the bills a member has cosponsored, or analysing cosponsorship by state/party. To get the cosponsors of a specific bill, prefer get_bill with includeCosponsors: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bioguideId | No | Bioguide ID of the cosponsoring member. | |
| fullNameContains | No | Substring to match within the member's full name. | |
| state | No | Two-letter state code, e.g. 'TX'. | |
| party | No | Party, e.g. 'R', 'D', 'I'. | |
| isOriginalCosponsor | No | Filter to original cosponsors only (true) or later ones (false). | |
| sortBy | No | Field to sort by. Default: sponsorshipDate. | |
| sortOrder | No | Sort direction. Default: DESC. | |
| limit | No | Max results to return (1-50). Default 10. | |
| after | No | Relay pagination cursor. Pass the `pageInfo.endCursor` from a previous result to fetch the next page. |