Get Committee Reports - Reports published by a specific committee
get_committee_reportsRetrieve official reports issued by a U.S. congressional committee using its committee code. Filter by chamber, paginate results, and sort newest first for targeted legislative research.
Instructions
Get reports issued by a specific committee.
Args:
ctx: Context for API requests
committee_code: Official committee code (e.g., 'hsju', 'ssju')
chamber: Chamber of Congress ("house", "senate", or "joint").
If omitted, inferred automatically from the committee code prefix.
limit: Maximum number of reports to return
offset: Starting record (0-based) for explicit paging.
most_recent: When True (default), return the newest reports first.
Returns:
List of reports issued by the committee
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| chamber | No | ||
| most_recent | No | ||
| committee_code | 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) |