Excel reports
Get Excel report status
The Get Excel report status returns the status of the report mostly recently requested for Excel generation. It does not return the status of any historical report requests.
Poll this endpoint to check the progress of the report once you have requested its generation. This will not affect the generation of the report.
When the report generation completes successfully, the inProgress property will be marked as false and the success field will be marked as true.
get/data/companies/{companyId}/assess/excel
Query parameters
reportTypeExcelReportTypes required— unresolved $ref
The type of report you want to generate and download.
Response
OK
Example response
{
"lastGenerated": "2023-01-25T22:36:05.125Z",
"inProgress": true,
"queued": "2023-01-25T22:36:05.125Z",
"success": true,
"errorMessage": "string",
"lastInvocationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reportType": "string",
"fileSize": 0
}