Downloading Reconciliations in Bulk via API

This api call says to add .pdf or .xlsx but I’m not sure how to do that

https://api.getsilverfin.com/api_docs#!/financials/getV4FRootFirmIdCompaniesCompanyIdPeriodsPeriodIdReconciliationsReconciliationId

Performing a get request to this call the response seems to just have the rec id, name, and handle.

I guess where in the typical request would I specify that I would like it to return the excel as the response.content?

I know for downloading the exports in general you first get the id and then use that to get a download link but the description in the documentation doesn’t seem to suggest this works this way