Hello,
I am trying to extract the Dirty Areas layer from a Utility Network, but I have not succeeded.
I am trying using the command:
Input_Features="c:\...gdbUtilityNetwork\Network".
Output_Folder="c:\output.shp"
arcpy.conversion.FeatureClassToShapefile(Input_Features, Output_Folder)
As a result I get an error message saying that the input file is not supported.

https://pro.arcgis.com/es/pro-app/latest/tool-reference/conversion/feature-class-to-shapefile.htm
On the other hand, I try to get properties of topology network to know if there are dirty areas or not; for example the dirty area count.

I am using python 3.6 and ArcGIS Pro 2.6
Best regards!