get
https://example.com/v3/committee///reports
GET /committee/:chamber/:committeeCode/reports
Example Request
/v3/committee/house/hspw00/reports
::
{
"reports": [
{
"citation": "H. Rept. 109-570,
"url": "https://api.congress.gov/v3/committeeReports/109/HRPT/570?format=json"
},
...
]
}