Forum Discussion
Advanced hunting API CpuQuotaExceeded
I'm getting the following error quite often when I threat hunt.
Error in API call [429] - Too Many Requests {"error": {"code": "CpuQuotaExceeded", "message": "You have exceeded processing resources allocated to this tenant. You can run queries again in 2194 seconds"
How do I check what is using all the API-Cpu and what are the specifications on Cpu usage i.e what is the Quota and are they different based on license?
3 Replies
- zlate81Copper Contributor
Thanks, for the reply.
I notice after I wrote this post that there is a GUI from quota here https://security.microsoft.com/advanced-hunting/quotareport
- lucheteSteel Contributor
Hi zlate81,
The "CpuQuotaExceeded" error happens when the API hits the resource limit for your tenant.
Unfortunately, there isn’t a direct way to see exactly what is using up all the CPU resources, but you can try reducing the complexity of your queries or spreading them out over time. The CPU usage limits can vary depending on your license, and the quota might be higher for premium or higher-tier plans. You can check your current limits in the Microsoft Defender documentation.
Regards!