get_refresh_status
Retrieve recent refresh status for a Power BI dataset, including success/failure, start/end times, and error messages.
Instructions
Read the recent refresh history of a published dataset (GET .../refreshes?$top=N) - status, start/end times and any service error. Needs an AAD access token with the Power BI scopes (accessToken param or DAXOPS_PBI_TOKEN); never echoed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | how many recent refreshes to return | |
| datasetId | Yes | dataset id | |
| accessToken | No | AAD access token with Power BI scopes; omit to use DAXOPS_PBI_TOKEN | |
| workspaceId | Yes | workspace (group) id |