ArcGIS Pro can currently show historic data for feature services with versioned data but not for feature services with unversioned data. See details below. Would be great to add this missing functionality in Pro.
If we look at the REST metadata for the layer (e.g. https://ourgisserver/arcgis/rest/services/TestFs/FeatureServer/0?f=pjson)
"isDataArchived": true,
"archivingInfo": {
"supportsQueryWithHistoricMoment": true,
"startArchivingMoment": 1736822568000
},
"capabilities": "Query,Create,Update,Delete,Uploads,Editing,Extract,ChangeTracking",
If we look at the REST metadata for the featureserver (e.g. https://ourgisserver/arcgis/rest/services/TestFs/FeatureServer?f=pjson) we also see
"hasArchivedData": true,
"capabilities": "Query,Create,Update,Delete,Uploads,Editing,Extract,ChangeTracking",
If we pull up the layer properties in Pro > Source > Data Source it says of the Feature Service Feature Class:
Archiving: Disabled
There is no ability to change moment or view history anywhere in the Pro UI, everything is greyed out e.g. Data Source tab, right-click feature service or layer.
NB: the only way to view the archive is through a direct database connection to the featureclass.
Versioning our featureclass is not an option and nor is a direct database connection for our users.