Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.