
{
"statusCode": 404,
"headers": {...},
"body": {
"error": {
"code": "PowerBIEntityNotFound",
"pbi.error": {
"code": "PowerBIEntityNotFound",
"parameters": {},
"details": [
{
"code": "DetailsMessage",
"detail": {
"type": 1,
"value": "You cannot query the dataset '<uuid-of-my-dataset>'
by using the REST API because the dataset was not found or you do
not have the required permissions. Please contact a workspace
admin or a dataset owner to grant you the required permissions.
See https://go.microsoft.com/fwlink/?linkid=2190204 for more info
on required permissions."
}
}
]
}
}
}
}