Reports: get bwa report
reports_get_bwaRetrieve an existing BWA report by its customer report ID. Access the business performance evaluation, with optional file inclusion.
Instructions
🟢 READ-ONLY — Fetches data. Makes no changes to the accounting records. get bwa report Returns a previously created BWA report ("Betriebswirtschaftliche Auswertung").
Reports are generated asynchronously, so a report is only available once its generation has been finished. Note that creating a new report of the same type replaces the previously created one.
Endpoint: POST /reports/get/bwa
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | Optional. The BB customer api_key to act on. Defaults to the BB_API_KEY configured on the server — only set this to target a different customer. | |
| get_files | No | If true, the report's files will be included as base64 encoded strings. If specified, the field will be validated. | |
| report_id_by_customer | Yes | The id_by_customer of the report, as returned when the report was created |