GetAiOutboundTaskBizData

Updated at:

Query the business information associated with this call by instance ID and session ID.

Operation description

Queries per second (QPS) limits

  • Call frequency per user: 100 times/second.

  • API call frequency: 100 times/second.

Note

If the total calls from multiple users exceed the API frequency limit, throttling will be triggered.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

InstanceId

string

Yes

The Artificial Intelligence Cloud Call Service (AICCS) instance ID.
You can obtain it in the Instance Management section of the left-side navigation pane in the Artificial Intelligence Cloud Call Service console.

agent_***

ChannelId

string

Yes

Session ID.

123456

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

EE338D98-9BD3-4413-B165

Message

string

Description of the status code.

OK

Data

object

The business information associated with this call.

BizData

string

Custom business information.

{"customer":123}

TaskId

integer

The job ID.

123456

PhoneNum

string

The outbound phone number.

158****0000

CaseId

integer

The Activity ID associated with this outbound call.

123

Code

string

The status code.

OK

Success

boolean

Indicates whether the API call succeeded.

  • true: Succeeded.

  • false: Failed.

true

Examples

Success response

JSON format

{
  "RequestId": "EE338D98-9BD3-4413-B165",
  "Message": "OK",
  "Data": {
    "BizData": "{\"customer\":123}",
    "TaskId": 123456,
    "PhoneNum": "158****0000",
    "CaseId": 123
  },
  "Code": "OK",
  "Success": true
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.