assets.report_ready

Report ready webhooks are sent when the report is ready to be queried after the create/refresh asset report endpoint is hit.

{
  type: 'assets.report_ready',
  financial_connection_id: "financial_connection_id",
  environment: "sandbox",
  source: "teller",
  //Id of the asset report that is available to be queried. This value is returned in the create/refresh asset report endpoints.
  asset_report_id: "asset-1234"
  //There is no remote_data for this payload as this is a feature provided by fuse
}