Retrieve status for a specified report job.
reportId required | string Name for the report. Example: reportId=1 |
outputType required | string Format for the report output. Example: outputType=pdf |
outputLocation required | string Location where the report output is stored. Example: outputLocation=intacct |
OK
See Other
Bad Request
{- "ia::result": {
- "reportId": 1,
- "status": "completed",
- "outputType": "pdf",
- "outputLocation": "cloud",
- "cloudStore": {
- "target": "s3",
- "path": "/"
}, - "name": "Customer Report",
- "href": "/services/reports/status?reportId=1&outputType=pdf&outputLocation=cloud"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}