Reports - Get Export To File Status
내 작업 영역에서 지정한 보고서에 대한 파일로 내보내기 작업의 현재 상태 반환합니다.
내보내기 작업 상태 '성공'이면 GetFileOfExportToFile API를 사용하여 파일을 검색합니다.
필수 범위
Report.ReadWrite.All 또는 Report.Read.All
GET https://api.powerbi.com/v1.0/myorg/reports/{reportId}/exports/{exportId}
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
export
|
path | True |
string |
내보내기 ID |
report
|
path | True |
string uuid |
보고서 ID |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
정상 |
|
202 Accepted |
수락됨 |
예제
Example
Sample Request
GET https://api.powerbi.com/v1.0/myorg/reports/{reportId}/exports/{exportId}
Sample Response
{
"id": "Mi9C5419i....PS4=",
"createdDateTime": "2021-12-08T10:26:09.3069086Z",
"lastActionDateTime": "2021-12-08T10:26:38.016851Z",
"reportId": "cad51cfa-e740-324f-acbb-8ca43c40a2d4",
"reportName": "Report name",
"status": "Succeeded",
"percentComplete": 100,
"resourceLocation": "...Mi9C5419i....PS4=/file",
"resourceFileExtension": ".pptx",
"expirationTime": "2021-12-09T10:26:11.586756Z"
}
정의
Name | Description |
---|---|
Export |
파일 작업으로 내보내기의 세부 정보 및 현재 상태를 설명하는 개체 |
Export |
파일로 내보내기 작업의 현재 상태 |
Export
파일 작업으로 내보내기의 세부 정보 및 현재 상태를 설명하는 개체
Name | 형식 | Description |
---|---|---|
ResourceFileExtension |
string |
내보낸 파일의 확장명입니다. |
createdDateTime |
string |
파일로 내보내기 작업의 시작 날짜 및 시간 |
expirationTime |
string |
검색 URL의 만료 날짜 및 시간입니다. |
id |
string |
파일로 내보내기 작업 ID |
lastActionDateTime |
string |
파일로 내보내기 작업에 대한 마지막 변경 날짜 및 시간입니다. |
percentComplete |
integer |
작업 진행률(백분율) |
reportId |
string |
내보낸 보고서의 ID |
reportName |
string |
내보낸 보고서의 이름 |
resourceLocation |
string |
내보낸 파일의 검색 URL |
status |
파일로 내보내기 작업의 현재 상태 |
ExportState
파일로 내보내기 작업의 현재 상태
Name | 형식 | Description |
---|---|---|
Failed |
string |
파일로 내보내기 작업이 실패했습니다. |
NotStarted |
string |
파일로 내보내기 작업이 시작되지 않았습니다. |
Running |
string |
파일로 내보내기 작업이 실행 중입니다. |
Succeeded |
string |
파일로 내보내기 작업이 성공적으로 완료되었습니다. |
Undefined |
string |
파일로 내보내기 작업의 상태가 정의되지 않았습니다. |