DataFound
Job status
Connected
When the connectivity_status_reason
is DataFound
, it indicates that the most recent session successfully retrieved data from at least one account.
This status confirms that the connection is healthy and that data was found — but it does not require every account or every data type to be successful.
Common misconception
Some users assume that DataFound
means:
- All accounts returned data, and
- All data types (e.g.,
Statements
andInterval
) are available for each account.
This is not the case.
DataFound
is returned as long as at least one account yielded usable data, even if:
- Some accounts failed (e.g.,
BlockedByPin
,InvalidCredentials
) - Some data types were missing (e.g.,
Statements
found, butInterval
not)
What to check if you need full coverage
If your use case requires complete data across all accounts and data types, you should inspect the accounts.details
section individually, and check the data_status
and connectivity_status
per account.
Expected Developer Action
Once a session reaches DataFound
, it is considered complete. No additional events or statuses are expected after this point.
Possible Previous Statuses:
Possible Next Statuses:
- None
Updated 8 days ago