finance_reports__list
Filter and download finance reports from App Store Connect as gzipped TSV. Supports pagination for large datasets.
Instructions
Download a finance report as gzipped TSV. Requires ASC_VENDOR_NUMBER and a Finance role on the API key. [GET /v1/financeReports]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| next_url | No | Absolute `links.next` URL from a previous response, to fetch the next page. When set, all other parameters are ignored. | |
| filter_regionCode | Yes | filter by attribute 'regionCode' | |
| filter_reportDate | Yes | filter by attribute 'reportDate' | |
| filter_reportType | Yes | filter by attribute 'reportType' | |
| filter_vendorNumber | Yes | filter by attribute 'vendorNumber' |