Queries the progress of a task that exports your assets to an Excel file.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| ExportId | long | Yes | The ID of the export task. Note
You can call the ExportRecord operation to query the IDs of export tasks.
| 111 |
| ResourceDirectoryAccountId | long | No | The Alibaba Cloud account ID of the member in the resource directory. Note
You can call the DescribeMonitorAccounts operation to obtain the IDs.
| 16670360956***** |
Response parameters
Examples
Sample success responses
JSONformat
{
"Link": "http://www.aliyun.com",
"Progress": 16,
"RequestId": "CE500770-42D3-442E-9DDD-156E0F9F3B45",
"CurrentCount": 20,
"Message": "success",
"FileName": "health_check_export_20171123",
"TotalCount": 100,
"ExportStatus": "success",
"Id": 131231
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 400 | RdCheckNoPermission | Resource directory account verification has no permission. | - |
| 403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
| 500 | ServerError | ServerError | - |
| 500 | RdCheckInnerError | Resource directory account service internal error. | - |
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2025-12-02 | The Error code has changed. The request parameters of the API has changed | View Change Details |
