Retrieve account usage through API

Hello, I am interested in programatically retrieving the usage of my account and I was wondering if this is possible. Basically, I need an endpoint from where I can retrieve the processing units and requests used for a fixed period of time. Thanks!

Hi @juan_earthpulse ,

There is no dedicated API providing the data you want to retrieve in a summarised manner at the moment. We provide the response headers that allows you to collect data such as PUs spent, PUs remain, requests remain, etc. via curl commands.

Best Regards