Download a report
Returns the results of the report associated with the id.
Parameters
No parameters
Returns
Returns the report's results in CSV format.
- cURL
- Node.js
- Python
GET
/reports/:report_id/download
curl https://production.methodfi.com/reports/rpt_cj2mkA3hFyHT5/download \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
GET
/reports/:report_id/download
const reportCSV = await method.reports.download('rpt_cj2mkA3hFyHT5');
GET
/reports/:report_id/download
report_csv = method.reports.download('rpt_cj2mkA3hFyHT5')