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

DataflowStorageAccounts

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
DataflowStorageAccount

A Power BI dataflow storage account

DataflowStorageAccounts

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

DataflowStorageAccount[]

The Power BI dataflow storage account list