get_report
Retrieve a decisioning report using its unique identifier to access financial data for open banking operations.
Instructions
Fetch a generated decisioning report by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | Yes | ||
| purpose_code | No | 3F |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the upstream HTTP status was < 400. | |
| data | No | Finicity's native response body. | |
| error | No | Error summary when ok is False. | |
| status_code | Yes | Upstream Finicity HTTP status code. |