Hi @Franklin_AaronCu
From the screenshot you attached I think you looking for the latest datasets/batches contributing to the XDM Individual Profile (record data) attributes based on the 'lastModifiedAt' timestamp.
I recommend focusing on the Real Time Customer Profile Entity API
In the response, the sources array and tags array identify the profile-enabled datasets and batches contributing to the profile attributes. These elements help trace the origin of data updates and determine which datasets are actively modifying the profile.
When performing a profile lookup within AEP > Profiles > Browse > Default Merge Policy, and using the Identity Namespace and Identity Value, the system translates these values into a Profile ID (XID).
The XID represents a profile fragment and a node within the Identity Graph. From your screenshot, it appears that there are multiple identities connected within the graph. You can also use the Identity Graph Viewer to inspect relationships between identities and timestamps of ingested data.
By correlating the ingestion timestamps visible in the Identity Graph Viewer with the lastModifiedAt timestamp, you can narrow your focus to relevant IDs for further investigation. You can then perform targeted profile lookups, either via the UI or through the API, to analyse updates to those specific identities.
Hope this helps
Josh!