Reports - Get Export To File Status In Group
지정된 작업 영역에서 지정한 보고서에 대한 그룹 내 파일로 내보내기 작업의 현재 상태 반환합니다.
내보내기 작업 상태 '성공'인 경우 GetFileOfExportToFile API를 사용하여 파일을 검색합니다.
사용 권한
이 API 호출은 서비스 주체 프로필에서 호출할 수 있습니다. 자세한 내용은 Power BI Embedded 서비스 주체 프로필을 참조하세요.
필수 범위
Report.ReadWrite.All 또는 Report.Read.All
GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}/exports/{exportId}
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
export
|
path | True |
string |
내보내기 ID |
group
|
path | True |
string uuid |
작업 영역 ID |
report
|
path | True |
string uuid |
보고서 ID |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
정상 |
|
202 Accepted |
수락됨 |
예제
Example
Sample Request
GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/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 |
파일로 내보내기 작업의 상태가 정의되지 않음 |