#noe-reports
1 messages · Page 1 of 1 (latest)
Hi there, you can create a report via ReportRun API with the source_id column [0].
This will first be pending, once report is ready, retrieve the report by the id (frr_xxxxx) [1], where the file link will be provided for access via curl:
curl https://files.stripe.com/v1/files/file_xxxxxxxx/contents \
-u sk_test_xxxxxxxxxx
[0] https://stripe.com/docs/reports/api#report-runs
[1] https://stripe.com/docs/api/reporting/report_run/retrieve
got it, thanks