CreateAiOutboundTaskBatch
Creates a batch for an Intelligent Outbound Calling job based on the instance ID and job ID, enabling data under the job to be queried by batch.
Operation description
Before invoking this API, we recommend that you confirm the instance ID and job ID. For guidance on how to obtain them, see the instructions in Request Parameters.
QPS limit
Per-user invocation frequency: 20 queries per second (QPS).
API-wide invocation frequency: 20 queries per second (QPS).
If the total invocations from multiple users exceed the API-wide frequency limit, throttling will be triggered.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The Artificial Intelligence Cloud Call Service (AICCS) instance ID. You can obtain it from Instance Management in the left-side navigation pane of the Artificial Intelligence Cloud Call Service console. |
agent_*** |
| TaskId |
integer |
Yes |
The job ID. You can invoke the CreateAiOutboundTask API and view the Data field in the response, or invoke the GetAiOutboundTaskList API and view the TaskId field in the response. |
123456 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
EE338D98-9BD3-4413-B165 |
| Message |
string |
The status code. |
OK |
| Data |
integer |
The version ID of the newly created job batch. |
123456 |
| Code |
string |
The request status code. |
OK |
| Success |
boolean |
Indicates whether the API call succeeded. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "EE338D98-9BD3-4413-B165",
"Message": "OK",
"Data": 123456,
"Code": "OK",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.