StartAiOutboundTask

Updated at:

Start an outbound calling job by instance ID and job ID.

Operation description

  • You can invoke this API to start an outbound calling job that is in the paused state.

  • An outbound calling job in the stopped state cannot be started again.

Queries per second (QPS) limits

  • Per-user invocation frequency: 20 times per second.

  • API invocation frequency: 20 times per second.

Note

If the total invocations 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 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.

1763****

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

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",
  "Code": "OK",
  "Success": true
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.