AccountReport
- id : Long
A unique ID for the AccountRecord
- account_id : Long
The ID of the account which generated this report.
- created_date : String
Date when the AccountReport was requested
- status : String
Status of the report
- Enum:
- missing
- pending
- done
- download_url : String
The download link for the generated XLSX
- group_id : Long
The group ID that was used to filter the report, if any.