# Predictive Outbound - Pre-test outbound call task status callback parame

### illustrate

This interface is mainly used to return the status of predictive tasks. The customer provides an interface address that can receive json data, and we can configure it.

### Predictive task status callback data format

    {
        "taskid":"20210222110030244314",
        "companycode":"9027",
        "status":3
    }
    

### Predictive task status callback parameter description

| parameter name | type | illustrate |
| --- | --- | --- |
| taskid | string | Corresponding predictive task ID |
| companycode | string | The company number of the corresponding account |
| status | string | The task completion flag, only returns 3 |