Company Report
Get the current status of the generated report.
Get the current progress status of the generated report.
get/api/v2/companies/{id}/report-status
Path parameters
idinteger required
Example:123
The id of the company related to the report.
Query parameters
tokenstring required
The token for the generated report, prepared by the generateCompanyReport action.
Response
Success
Example response
{
"Status": "Ready",
"ExpirationDate": "2021-08-09T08:30:30.682Z"
}