API now getting rate limited with PSFalcon #120
Replies: 2 comments 2 replies
-
Can you provide a transcript with more details? The most common reason for rate limiting is authorization token requests. That has a very low limit (15/min) versus regular requests, depending on the cloud. If your script is using |
Beta Was this translation helpful? Give feedback.
-
breaking it down into the simplest query Results in: Write-Result : 429: API rate limit exceeded.
Invoke-Loop : [Invoke-Loop] Results limited by API '/devices/queries/devices-scroll/v1' (40000 of XXXXX).
|
Beta Was this translation helpful? Give feedback.
-
Everything has been working fine for months now I get an error using Get-FalconHost, I tried upgrading to latest version from Powershell gallery but same result
Write-Result : 429: API rate limit exceeded
Beta Was this translation helpful? Give feedback.
All reactions