I have an application created for the purposes of doing geocoding operations. The client-id of this registered application is used by an external application which does the geocoding. It is a server-side script and not used for logins, but only for geocoding.
I am able to see the credit usage in ArcGIS Online for this application. However, I'd like to query and get the same through the ArcGIS API for Python.
I have tried gis.item.usage(date_range='7D', as_df=True), but it returns an empty dataframe, whereas I can see credit usage in ArcGIS Online for the same period.
Is it supported in ArcGIS API for Python or does it currently support usage reporting only on views and logins?
thanks,
Anand