Power BI User on 21 Feb 2020 21:54:20
Create a REST API call to retrive the full list of Refresh Hitory records as Admin.
With the current call structure we need to iterate for every single dataset
- Comments (2)
- Merged Idea (1)
RE: Power BI REST API Get Refresh History as Admin
It would be nice if there was an Admin equivalent of the following REST API:
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-schedule-in-group
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-history-in-group
The user calling the above API appears to require at least contributor access to the workspace containing the datasets. It would be nice if we could get this information as a service principal with access to the read-only Admin APIs without requiring any additional permissions.
Thanks
Karl
RE: Power BI REST API Get Refresh History as Admin
And please make this one of the supported read-only admin APIs which can be called by a service principal. (See https://docs.microsoft.com/en-us/power-bi/admin/read-only-apis-service-principal-authentication)