Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | Integration > Plaid > Assets |
The Get Asset Report step retrieves the Asset Report in JSON format. Before calling /asset_report/get, you must first create the Asset Report using /asset_report/create (or filter an Asset Report using /asset_report/filter) and then wait for the PRODUCT_READY webhook to fire, indicating that the Report is ready to be retrieved.
Prerequisites
This step requires the Plaid module to be installed before it will be available in the toolbox.
A Project Dependency is required for users on v9.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Body | The request data, which includes AdditionalProperties, Asset_report_token, Client_id, Include_insights, and Secret in JSON format. | AssetReportAuditCopyGetRequest |
Outputs
Property | Description | Data Type |
---|---|---|
GetAssetReport_Output | The Asset Report in JSON format. | AssetReportGetResponse |