get
https://api.topview.ai/v1/m2v/task/list
Response
| Field | Type | Description |
|---|---|---|
| code | String | Response code indicating the status of the request. |
| message | String | Response message describing the result of the request. |
| result | Array | Array of response results containing multiple task objects. |
| result[].taskId | String | Task ID used to uniquely identify the task. |
| result[].status | String | Task status indicating whether the operation was successful or failed. |
| result[].errorMsg | String | Error message that contains specific error details if an error occurred. |
| result[].productName | String | Name of the product describing the item. |
| result[].productDescription | String | Detailed description of the product's features and specifications. |