I have a collection of Hosted Feature Layers Views (Views) that are sourced by layers in a Hosted Feature Layer (HFL).
The collection of Views is ever-changing, we need to know the layer sources for the Views after they are created.
In python code, I would like to examine each layer in each View in order to retrieve its source HFL sublayer.
I can see these values in the ArcGIS Online portal UI. However I have not been able to connect the dots between the layer view and it's source layer in the API.
TIA