Forum Discussion
Some endpoints 429 faster than others?
- Anonymous2 years ago
Hi GD-L ,
429 error is a common error that means 'Too Many Requests' sent so that the remote server has blocked these requests.
Since your API has encountered a 429 error, that means you have encountered a limitation from the server side, no matter how many time periods you encountered this 429 return error message, the root cause of the error you encountered is the same, my suggestion is that you can follow the suggestions in this forum to do the optimization:
API throttling limits? http response 429 - Microsoft Fabric Community
About why this API above receives errors faster, my understanding is that the above API is to query within the group and get the results, while the following one directly searches for all dataset information at the tenant level using admin permissions, the query scope is different, which leads to a difference in the speed of error reporting.
https://learn.microsoft.com/en-us/rest/api/power-bi/admin/datasets-get-datasets-as-admin
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi GD-L ,
429 error is a common error that means 'Too Many Requests' sent so that the remote server has blocked these requests.
Since your API has encountered a 429 error, that means you have encountered a limitation from the server side, no matter how many time periods you encountered this 429 return error message, the root cause of the error you encountered is the same, my suggestion is that you can follow the suggestions in this forum to do the optimization:
API throttling limits? http response 429 - Microsoft Fabric Community
About why this API above receives errors faster, my understanding is that the above API is to query within the group and get the results, while the following one directly searches for all dataset information at the tenant level using admin permissions, the query scope is different, which leads to a difference in the speed of error reporting.
https://learn.microsoft.com/en-us/rest/api/power-bi/admin/datasets-get-datasets-as-admin
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.