objectreporting.report_run
The Report Run object represents an instance of a report type generated with specific run parameters. Once the object is created, Stripe begins processing the report. When the report has finished running, it will give you a reference to a file where you can retrieve your results. For an overview, see [API Access to Reports](https://stripe.com/docs/reporting/statements/api). Note that certain report types can only be run based on your live-mode data (not test-mode data), and will error when queried without a [live-mode API key](https://stripe.com/docs/keys#test-live-modes).
- Source
openapi/spec3.json- Commit
d70de345383d- Active snapshot
da69df7e6e11
FinancialReportingFinanceReportRunRunParameters
objectThe set of output columns requested for inclusion in the report run.
Connected account ID by which to filter the report run.
Currency of objects to be included in the report run.
Ending timestamp of data to be included in the report run (exclusive).
Starting timestamp of data to be included in the report run.
Payout ID by which to filter the report run.
Category of balance transactions to be included in the report run.
Defaults to `Etc/UTC`. The output timezone for all timestamps in the report. A list of possible time zone values is maintained at the [IANA Time Zone Database](http://www.iana.org/time-zones). Has no effect on `interval_start` or `interval_end`.