Skip to main content
GET
/
open
/
api
/
rpa
/
task
/
getInfo
/
{id}
Rpa get task detail
curl --request GET \
  --url https://user.pmock.com/api/open/api/rpa/task/getInfo/{id}
{
  "traceId": "<string>",
  "code": 123,
  "msg": "<string>",
  "status": "finish",
  "data": {
    "id": 123,
    "templateName": "<string>",
    "name": "<string>",
    "phoneNum": 123,
    "status": 123,
    "startTime": "<string>",
    "endTime": "<string>",
    "taskList": [
      {
        "id": 123,
        "code": "<string>",
        "phoneName": "<string>",
        "startTime": "<string>",
        "endTime": "<string>",
        "params": {
          "key": "<string>"
        },
        "failIdx": 123,
        "errorImgUrl": "<string>",
        "status": 123,
        "nodeList": [
          {
            "id": 123,
            "taskId": 123,
            "idx": 123,
            "parentIdx": 123,
            "type": 123,
            "name": "<string>",
            "start": "<string>",
            "cost": 123,
            "status": 123,
            "nextIdx": 123,
            "description": "<string>",
            "hasChildren": true,
            "childrenList": [
              "<unknown>"
            ]
          }
        ]
      }
    ],
    "createTime": "<string>"
  }
}

Path Parameters

id
integer
required

Response

200 - application/json
traceId
string
required

Request link ID

code
integer
required

code

msg
string
required

Request return message

status
string
default:finish
required

Status, representing whether this is an instant completion or waiting state, finish or pending

data
object

Request return data