API REFERENCE
...
For Open Data
Task
Get a Task Status
4min
Get a task status by taskId
GET
Request
Path Params
taskId
required
String
Unique identifier for the task
Header Parameters
Authorization
required
String
Bearer link token, it returned by the /links
Name | Descritption |
---|---|
code | The status of task, only valid when the status is fail, other is 200, the error code and message, please refer to the document for details: Open Data Codes and Errors |
message | Only valid when the status is fail, other is ok |
status | Verify the status of MFA, the enumeration values are: success,fail , needMFA and pending If you want to customize error messages, please first check the status as fail before proceeding with customization based on the code number. |
mfaInfo | Only valid when the status is needMFA |
Updated 29 Sep 2024
Did this page help you?