Forum Discussion
Get Power BI Logs with Api
Hi. I'm not an expert on data factory or pipelines but the problems of limited number of logs sounds like the configuration you have is not solving the pagination. By default the API will response on a limited amount of logs, like 25 or 30. At the end of the response it has a URL like "next" or "continuationToken". That would be the next URL to request in order to continue getting the data. It looks like that's not working.
I don't think there is an app to do it instantly. I can say there are libraries to read the PBI Rest API. I know SimplePBI (python lib). That library has a request for get activities that solve the pagination automatically. You can just add the day you want to extract and that's all.
I hope that helps,
- zelalakyol3 years agoFrequent Visitor
Hi,
Thanks for helping but I could not understand how change limit. Where should I add the next URL? How can I check that it is working correctly? Plese help me about this.