Dataflow Storage Accounts - Get Dataflow Storage Accounts
Returns a list of dataflow storage accounts that the user has access to.
Required Scope
StorageAccount.Read.All or StorageAccount.ReadWrite.All
GET https://api.powerbi.com/v1.0/myorg/dataflowStorageAccounts
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK |
Examples
Example
Sample request
GET https://api.powerbi.com/v1.0/myorg/dataflowStorageAccounts
Sample response
{
"value": [
{
"id": "d692ae06-708c-485e-9987-06ff0fbdbb1f",
"name": "MyDataflowStorageAccount",
"isEnabled": true
}
]
}
Definitions
Name | Description |
---|---|
Dataflow |
A Power BI dataflow storage account |
Dataflow |
OData response wrapper for Power BI dataflow storage account list |
DataflowStorageAccount
A Power BI dataflow storage account
Name | Type | Description |
---|---|---|
id |
string |
The Power BI dataflow storage account ID |
isEnabled |
boolean |
Whether workspaces can be assigned to this storage account |
name |
string |
The Power BI dataflow storage account name |
DataflowStorageAccounts
OData response wrapper for Power BI dataflow storage account list
Name | Type | Description |
---|---|---|
odata.context |
string |
|
value |
The Power BI dataflow storage account list |