Forum Discussion
Power BI REST API Rate Limits for Specific Endpoints
I am looking to find out the rate limits for the following endpoints (if they exist):
- GET https://api.powerbi.com/v1.0/myorg/groups
- GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets
- GET https://api.powerbi.com/v1.0/myorg/datasets/{datasetId}/refreshes
There is nothing listed under "limitations" for these ones and the API overview only has this generic throttling paragraph mentioning a "predetermined limit": https://learn.microsoft.com/en-us/rest/api/power-bi/#throttling
you are right, per hour.
Power BI REST API - new limit 50 requests per hour... - Microsoft Fabric Community
8 Replies
- lbendlinSuper User
it's like with smut - you will know it when you see it. (it also depends on what else is happening on the service cluster)
The Power BI service will send you a nice 429 response or two.
- kyrahinneganRegular Visitor
I understand that there is nothing official documented, but even a ballpark would help so I can factor it into the logic of the script I am building. I was hoping to understand what other people have run into for these endpoints.
- lbendlinSuper User
200 requests per day
- kyrahinneganRegular Visitor
Per day or per hour? 200 per day seems unusally low.