Hello, Team.
I got a 429 Error when calling the search API.
The error message is as follows.
--------------------
{"type":"error","status":429,"code":"rate_limit_exceeded","help_url":"http:\/\/developers.box.com\/docs\/#errors","message":"Request rate limit exceeded, please try again later","request_id":"XXXXXX"}
--------------------
I found information about this error at the link below.
https://developer.box.com/guides/api-calls/permissions-and-errors/common-errors/

https://developer.box.com/guides/api-calls/permissions-and-errors/rate-limits/

But I'm curious about this. I want to get related information such as the cumulative number of API calls per user per month.
Is there a screen or way I can see this information?