Reports - Get Reports In Group
Returns a list of reports from the specified workspace.
Required scope: Report.ReadWrite.All or Report.Read.All
To set the permissions scope, see Register an app.
GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports
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/f089354e-8366-4e18-aea3-4cb4a3a50b48/reports
Sample Response
{
"value": [
{
"datasetId": "cfafbeb1-8037-4d0c-896e-a46fb27ff229",
"id": "5b218778-e7a5-4d73-8187-f10824047715",
"name": "SalesMarketing",
"webUrl": "https://app.powerbi.com/groups/f089354e-8366-4e18-aea3-4cb4a3a50b48/reports/5b218778-e7a5-4d73-8187-f10824047715",
"embedUrl": "https://app.powerbi.com/reportEmbed?reportId=5b218778-e7a5-4d73-8187-f10824047715&groupId=f089354e-8366-4e18-aea3-4cb4a3a50b48"
}
]
}
Definitions
OData |
Odata response wrapper for a Power BI report collection |
Report |
A Power BI report |
ODataResponse[List[Report]]
Odata response wrapper for a Power BI report collection
Name | Type | Description |
---|---|---|
odata.context |
|
OData context |
value |
|
The report collection |
Report
A Power BI report
Name | Type | Description |
---|---|---|
datasetId |
|
The dataset id |
embedUrl |
|
The report embed url |
id |
|
The report id |
name |
|
The report name |
webUrl |
|
The report web url |