Skip to main content

Retrieve a report

Returns the report associated with the id.

Parameters


No parameters

Returns


Returns the report associated with the id.

GET /reports/:report_id
curl https://production.methodfi.com/reports/rpt_cj2mkA3hFyHT5 \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
RESPONSE
{
"id": "rpt_cj2mkA3hFyHT5",
"type": "payments.created.current",
"url": "https://production.methodfi.com/reports/rpt_cj2mkA3hFyHT5/download",
"status": "completed",
"metadata": null,
"created_at": "2021-08-25T23:18:05.261Z",
"updated_at": "2021-08-25T23:18:05.261Z"
}