Skip to main content
Schema2020-08-27object

reporting.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

object
columns array
optional

The set of output columns requested for inclusion in the report run.

connected_account string
optional

Connected account ID by which to filter the report run.

currency string
optional

Currency of objects to be included in the report run.

interval_end integer (unix-time)
optional

Ending timestamp of data to be included in the report run (exclusive).

interval_start integer (unix-time)
optional

Starting timestamp of data to be included in the report run.

payout string
optional

Payout ID by which to filter the report run.

reporting_category string
optional

Category of balance transactions to be included in the report run.

timezone string
optional

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`.