Skip to main content
POST
/
task
/
result
Get task result
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>"
}

Body

application/json

Request parameters for obtaining task results

taskIds
string[]
required

taskId list

Maximum array length: 50

Response

200 - */*

OK

Unified return structure for response results

code
integer<int32>

Response status code

Example:

200

message
string

Response message

data
object[]

Response result

traceId
string

Response traceId