Forum Discussion
Track Status of Dataset via API
I am triggering the datasets via API so that it runs after my SQLServer job of refreshing dimension and fact tables.
I am trying to get the status/notification on a table or somewhere about the dataset refresh, when the job (Dataset refresh) is still started, running, or completed.
Hi,
When you trigger the refresh dataset api it should return a refreshid. This can be used in a new rest api call and you can Get the refresh status by using this:
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-execution-details-in-group
Br
Marius
1 Reply
- mariussve1Solution Sage
Hi,
When you trigger the refresh dataset api it should return a refreshid. This can be used in a new rest api call and you can Get the refresh status by using this:
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-execution-details-in-group
Br
Marius