govinfo_legislation_relationships
Return a paginated related-measure map for one bill from official GovInfo Bill Status XML, including companion, identical, related, and procedurally related measures, who identified each relationship, and the related measure's latest published action. Use this for 'find the Senate companion to this House bill', 'which rule resolution governed this bill?', or 'map CRS-identified related measures'. Coverage starts from 118th-Congress HR/S bills; related targets may be resolution types that are not otherwise hosted as primary records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum relationship records. Default 25. | |
| offset | No | Relationship records to skip. Default 0. | |
| bill_type | Yes | Hosted measure type: HR for a House bill or S for a Senate bill. Resolutions are outside this v1 snapshot. | |
| bill_number | Yes | Numeric bill number within the fixed 118th Congress. | |
| response_format | No | Human-readable markdown or machine-readable JSON. Default markdown. |