download_report_instance
Fetch all segments of an App Store Connect report instance and get parsed rows, with caps on rows and bytes to control output size.
Instructions
Download every segment of a report instance and return the parsed rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_rows | No | Cap on returned rows (1-20000); `truncated` flags overflow. | |
| max_bytes | No | Safety cap per segment, after decompression (up to 100MB). | |
| instance_id | Yes | ID from list_report_instances. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||