Reports - Get File Of Export To File In Group
Returns the file from the Export to File In Group job for the specified report from the specified workspace.
Permissions
This API call can be called by a service principal profile. For more information see: Service principal profiles in Power BI Embedded.
Required Scope
Report.ReadWrite.All or Report.Read.All
GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}/exports/{exportId}/file
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
export
|
path | True |
string |
The export ID |
group
|
path | True |
string uuid |
The workspace ID |
report
|
path | True |
string uuid |
The report ID |
Responses
Name | Type | Description |
---|---|---|
200 OK |
file |
The exported file Media Types: "application/*", "image/*", "text/csv", "text/xml", "multipart/related" |