# Retrieves the status and results of a data intelligence process Fetches the current status and results of a previously initiated Data Intelligence process identified by the given ID. The response may include data validation outcomes, identity verification results, and other relevant insights gathered during the analysis. Endpoint: GET /dataHub/{id} Version: 2.0.0 Security: ApiKeyAuth ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `id` (string) - `status` (string) - `digitalFootprintScore` (string) - `identityDocumentScore` (string)