Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Returns the specified dataset from My workspace.
Parameters
| Parameter | Description |
|---|
| Dataset ID | The dataset ID. Can be obtained via the List Datasets action. |
Example Output
{
"@odata.context": "<string>",
"id": "<string>",
"name": "<string>",
"webUrl": "<string>",
"configuredBy": "<string>",
"isRefreshable": true,
"isEffectiveIdentityRequired": false,
"isEffectiveIdentityRolesRequired": false,
"isOnPremGatewayRequired": false,
"targetStorageMode": "<string>",
"createReportEmbedURL": "<string>",
"qnaEmbedURL": "<string>",
"upstreamDatasets": [],
"users": [],
"queryScaleOutSettings": {
"autoSyncReadOnlyReplicas": true,
"maxReadOnlyReplicas": 1
}
}
Workflow Library Example
Get Dataset with Power Bi and Send Results Via Email