Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Reports - Get File Of Export To File

Service:
Power BI REST APIs
API Version:
v1.0

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
exportId
path True

string

The export ID

reportId
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"