Forum Discussion
kemosully
3 years agoFrequent Visitor
Get Dataflow Transactions REST API retrieves 10 transactions the first time, but only the 11th after
I'm building out a bash script using the Power BI REST API to check when a dataflow completes its refresh. I need to bash rather than powershell due to the manner in which we will deploy the solution...
ibarrau
3 years agoSuper User
Hi! it looks like an API limitation. It doesn't have pagination but it limits the response to 10 transactions. I'll leave feedback at the docs specifing that it doesn't say anything about limiting the response 😞
I hope that change in a near future, but for now, it looks like you won't be able to get more transactions.
I hope that make sense.
amitra
3 years agoNew Member
I need your help as you are working on this. How you are generating the token. I am using a service principle but it gives me 401 error when trying to all this API.