Dataflows - Get Dataflows
Returns a list of all dataflows from the specified workspace.
Required scope: Dataflow.ReadWrite.All or Dataflow.Read.All
To set the permissions scope, see Register an app.
GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/dataflows
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
group
|
path | True |
|
The workspace id |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK |
Examples
example
Sample Request
GET https://api.powerbi.com/v1.0/myorg/groups/a2f89923-421a-464e-bf4c-25eab39bb09f/dataflows
Sample Response
{
"value": [
{
"objectId": "bd32e5c0-363f-430b-a03b-5535a4804b9b",
"name": "AdventureWorks",
"description": "Our Adventure Works",
"modelUrl": "https://MyDataflowStorageAccount.dfs.core.windows.net/powerbi/contoso/AdventureWorks/model.json"
}
]
}
Definitions
Dataflow |
The metadata of a dataflow |
Dataflows |
Odata response wrapper for a dataflow metadata list |
Datasource |
Datasource usage |
Dependent |
A Power BI Dependent dataflow |
Endorsement |
Power BI endorsement details |
Sensitivity |
Artifact sensitivity label info |
Dataflow
The metadata of a dataflow
Name | Type | Description |
---|---|---|
configuredBy |
|
The dataflow owner |
datasourceUsages |
Datasource usages |
|
description |
|
The dataflow description |
endorsementDetails |
The dataflow endorsement details |
|
modelUrl |
|
A URL to the dataflow definition file (model.json) |
modifiedBy |
|
The user that modified this dataflow |
modifiedDateTime |
|
modification date time |
name |
|
The dataflow name |
objectId |
|
The dataflow id |
sensitivityLabel |
The dataflow sensitivity label |
|
upstreamDataflows |
Upstream Dataflows |
Dataflows
Odata response wrapper for a dataflow metadata list
Name | Type | Description |
---|---|---|
odata.context |
|
|
value |
|
The dataflow metadata List |
DatasourceUsage
Datasource usage
Name | Type | Description |
---|---|---|
datasourceInstanceId |
|
The datasource instance ID |
DependentDataflow
A Power BI Dependent dataflow
Name | Type | Description |
---|---|---|
groupId |
|
The target group id |
targetDataflowId |
|
The target dataflow id |
EndorsementDetails
Power BI endorsement details
Name | Type | Description |
---|---|---|
certifiedBy |
|
The user that certified the artifact |
endorsement |
|
The endorsement status |
SensitivityLabel
Artifact sensitivity label info
Name | Type | Description |
---|---|---|
labelId |
|
The sensitivity label ID |