View Import Task Details
This section describes how to view the details of an import/export task by task ID, including its real-time status.
Request body:
{
"taskId": "xxxx010"
}
Response (Data Part):
{
"taskId": "xxxx010",
"taskName": "The first task",
"state": "PENDING"
}
Request:
Parameter
Type
Required
Description
taskId
STRING
YES
Task ID
Response (Data Part):
Parameter
Type
Description
taskId
STRING
Task ID
taskName
STRING
Task Name
state
STRING
Current Status, Reference Values:
PENGDING : Processing
SUCCESS : Processed successfully
FAIL : Processing failed
CANCEL : Deleted
Last updated