Andrew Foulk on 04 Apr 2022 13:25:32
Currently, there is no way to get the actual refresh schedules of dataflows through the API. It is very important to see the coordination of dataflow and dataset refresh schedules. This seems like an overdue API option.
Can we please get this for dataflows, directly or through $expand?
I would assume it would be the same as datasets, just swapping out "datasets" for "dataflows" in the url.
We need: https://api.powerbi.com/v1.0/myorg/dataflows/{dataflowId}/refreshSchedule
If you want to take this a step further, would it be possible to include refresh schedules somehow into an $expand on GetGroupsAsAdmin? Or at the least an $expand option on the Get Dataflows? (Then do the same to $expand on the Get Datasets).
We can get the lists of datasets and dataflows by $expand on GetGroupsAsAdmin, but in order to keep the API Looping to a minimum, if we could expand additional details like Users/Access and Refresh Schedules off of this $expand of Groups, that would be a game changer.
- Comments (1)
RE: API for Get Refresh Schedule of Dataflows
Yes please add this, as it is crucial for monitoring.