Using ArcGIS Online with a hosted feature service. I want to export the data to a file geodatabase. Sometimes the exported file GDB is downloaded as a corrupt ZIP file . At this link, I found the possible cause might be when the feature classes in the exported hosted feature service are corrupt, or contain broken geometry
https://support.esri.com/en/technical-article/000022902
I want to check the geometry before exporting. I tried with ArcGIS Pro, v2.9.1, but get this message:

Does this mean that the Check Geometry tool will not work for a layer in a hosted feature service? Is there a way to check geometry of hosted feature service layers? I'm able to use the REST API, Runtime v100.14 or ArcGIS Pro,, so would welcome suggestion using any methods.