Reports - Get File Of Export To File
Returns the file from the Export to File job for the specified report from My workspace.
Required Scope
Report.ReadWrite.All or Report.Read.All
GET https://api.powerbi.com/v1.0/myorg/reports/{reportId}/exports/{exportId}/file
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
export
|
path | True |
string |
The export 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" |