Reports - Get Export To File Status
Returns the current status of 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}
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
export
|
path | True |
|
The export ID |
report
|
path | True |
|
The report ID |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK |
|
202 Accepted |
Accepted |
Definitions
Export |
An object describing the details and current state of an export to file job |
Export |
The current state of the export to file job |
Export
An object describing the details and current state of an export to file job
Name | Type | Description |
---|---|---|
ResourceFileExtension |
|
The extension of the exported file |
createdDateTime |
|
The start date and time of the export to file job |
expirationTime |
|
The expiration date and time of the retrieval URL |
id |
|
The export to file job ID |
lastActionDateTime |
|
The date and time of the last change to the export to file job |
percentComplete |
|
Job progress as a percentage |
reportId |
|
The ID of the exported report |
reportName |
|
The name of the exported report |
resourceLocation |
|
The retrieval URL for the exported file |
status |
The current state of the export to file job |
ExportState
The current state of the export to file job
Name | Type | Description |
---|---|---|
Failed |
|
The export to file job failed |
NotStarted |
|
The export to file job didn't start |
Running |
|
The export to file job is running |
Succeeded |
|
The export to file job finished succesfully |
Undefined |
|
The state of the export to file job is undefined |