latestSwagger 2.02026-08-20196638916.1 KB
23d8982b533d
BETA
General.Reports Generation Jobs
Fetch reports generation job
Fetch reports generation job
get/api/v1/reports-generation-jobs/{id}
Path parameters
idstring required
Response
Successful.
Example response
{
"createdTime": "2022-10-31T11:55:45Z",
"error": "An internal error occurred. Please contact support.",
"id": "caecb48254664234814135346de6082a",
"reports": [
{
"error": "Insufficient data to generate the report. At least 3 full months of transactions are required.",
"id": "bc875eead4554e77b8dc1644b222e027",
"status": "PRECONDITION_FAILED",
"type": "INCOME_CHECK"
}
],
"status": "COMPLETED",
"updatedTime": "2022-10-31T12:01:32Z"
}