Back to Xero Accounting Reports
Connect Knoon AI with Xero Accounting Reports (Xero) to automate AI workflows.
Run a Xero accounting report by report type/path.
xeroAccountingReportsRun
BETA
Internal
Permissions
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| reportType | string | Xero report path segment. Example: ProfitAndLoss. | Yes |
| paramsJson | mustache | Optional JSON object of query params forwarded to Xero. | No |
Returns
| Name | Type | Description |
|---|---|---|
| reportId | string | Report ID when returned by Xero. |
| reportName | string | Report name. |
| reportType | string | Requested report type/path. |
| updatedDateUtc | string | Report updated timestamp when present. |
| rows | array | Report rows when returned by Xero. |
| raw | object | Raw Xero report response. |