Get Reports by Customer
GET {{baseUrl}}/decisioning/v1/customers/{{customerId}}/reports
Get all reports that have been generated by calling one of the Generate Report
 services for the given customer.
The report's status field will contain inProgress, failure, or success. If the status shows inProgress, the client app should wait 20 seconds and then call this endpoint again.
Supported regions: 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | ||
| App-Key | string | ||
| Finicity-App-Token | string | 
RESPONSES
status: OK
{"reports":[{"id":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"requesterName":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"requestId":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"constraints":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"type":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"status":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"createdDate":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"consumerId":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"customerId":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},{"id":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"requesterName":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"requestId":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"constraints":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"type":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"status":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"createdDate":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"consumerId":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"customerId":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}]}