cURL
curl --request POST \ --url https://ai.pmock.com/api/task/result \ --header 'Content-Type: application/json' \ --data ' { "taskIds": [ "<string>" ] } '
{ "code": 200, "message": "<string>", "data": [ { "success": true, "empty": true } ], "traceId": "<string>" }
get the task execution result through the task ID list
Request parameters for obtaining task results
taskId list
50
OK
Unified return structure for response results
Response status code
200
Response message
Response result
Show child attributes
Response traceId