Optional
configuration: ConfigurationCreates a Report Run.
Create a Report Run
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Retrieves the details of an existing Report Run.
Get a Report Run
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Returns a list of Report Runs. The Report Runs are sorted with the most recently created appearing first.
List all Report Runs
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
type: ListReportRunsType[]Only return ReportRuns whose type is included by this array. Examples: `?type=payments_summary_1,payouts_summary_2` and `?type=payouts_summary_2`.
Optional
status: ListReportRunsStatus[]Only return ReportRuns whose status is included by this array. Examples: `?status=finished` and `?status=finished,queued`.
Optional
offset: numberThe (zero-based) offset of the first item in the collection to return.
Optional
limit: numberThe maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be used.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Generated using TypeDoc
ReportRunsApi - functional programming interface
Export