Hi everybody. I am trying to calculate how many points are consumed by my queries to the v1 API using python.
I see that i can make a query to { utilities { metrics { points } } }, but i need to specify the query id. How can i retrieve the query id for a query that my application performed? It is not available in the query response.