/api/inkle/bookkeeping/group/{group_id}/entity/{entity_id}/interactive_report/variance_explanation/export/

Export the variance report to a multi-tab Excel workbook: a Flux Summary tab, the report tab
(with an AI-explanation column), and one Vendor tab per category selected in the export modal.
Reads everything from the report cache/CategoryVarianceExplanation cache — no report recomputation
or live LLM calls happen here.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
uuid
required
Body Params
string
required

Report type: BALANCE_SHEET, INCOME_STATEMENT, or CASH_FLOW

string
required

Report period start date (YYYY-MM-DD)

string
required

Report period end date (YYYY-MM-DD)

string
required

Accounting method: ACCRUAL or CASH

string
required

Comparison type: PREVIOUS_PERIOD or PREVIOUS_YEAR

boolean | null
Defaults to true

Whether to only include non-zero accounts

category_uuids_for_vendor_tab
array of strings | null
Defaults to null

UUIDs of the categories the user multi-selected in the export modal. One 'Vendor -

Category Uuids For Vendor Tab
string | null
Defaults to null

Folder UUID to save the exported file into; defaults to the entity's unsorted/Financials folder if omitted

boolean | null
Defaults to false

If true, email the exported workbook to the requesting user's own email address as an attachment instead of returning it synchronously; the file is still uploaded to the entity's Financials folder in the background. Returns immediately with a confirmation message rather than document_id/download_url.

boolean | null
Defaults to false

Must match the is_variance_report value passed to interactive_report/new/ when the report being exported was loaded — it changes the PREVIOUS_PERIOD comparison date range and thus the report's cache key; a mismatch means the cached report won't be found.

Response
200

No response body

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!