DescribeGroupExecutingInfo
Returns the execution status of tasks in a task group.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
outboundbot:DescribeGroupExecutingInfo |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
Instance ID |
c46001bc-3ead-4bfd-9a69-4b5b66a4a3f4 |
| JobGroupId |
string |
Yes |
Task group ID |
3640dda7-e5b1-4b3e-9ccf-da4fc5402e11 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| HttpStatusCode |
integer |
HTTP status code |
200 |
| RequestId |
string |
Request ID |
254EB995-DEDF-48A4-9101-9CA5B72FFBCC |
| GroupId |
string |
Task group ID |
b24d321a-2a74-4dd1-a0ba-4ab09cef6652 |
| Success |
boolean |
Indicates whether the request succeeded |
true |
| Code |
string |
API status code |
OK |
| Message |
string |
API message |
Success |
| InstanceId |
string |
Instance ID |
c46001bc-3ead-4bfd-9a69-4b5b66a4a3f4 |
| ExecutingInfo |
object |
Execution information |
{} |
| EndTime |
integer |
End time |
1640087774563 |
| StartTime |
integer |
Start time |
1640087774563 |
| HangUpByClientNum |
integer |
Number of calls hung up by customers |
5 |
| CreatorName |
string |
Deprecated |
xxx |
| TransferByNoAnswer |
integer |
No answer |
5 |
| FinishedNum |
integer |
Number of completed executions |
5 |
| TransferByIntentNum |
integer |
Intent recognition |
5 |
| CallNum |
integer |
Number of outbound calls |
5 |
| CallFailedNum |
integer |
Number of failed calls |
5 |
| NoInteractionNum |
integer |
Number of calls with no interaction |
1 |
| JobsProgress |
object |
Execution progress |
{} |
| SchedulingNum |
integer |
Number of tasks being scheduled |
5 |
| TotalCompletedNum |
integer |
Total number of completed tasks |
5 |
| FailedNum |
integer |
Number of failed tasks |
5 |
| PausedNum |
integer |
Number of paused tasks |
5 |
| CancelledNum |
integer |
Number of canceled tasks |
5 |
| TotalJobs |
integer |
Total number of jobs |
5 |
| TotalNotAnsweredNum |
integer |
Number of unanswered calls |
5 |
| ExecutingNum |
integer |
Number of executing jobs |
5 |
| TalkTurnsDistribution |
string |
Distribution of conversation rounds
Note
|
{"total":"5","5":"4"} |
| DurationDistribution |
string |
Call duration distribution |
{"max":"40","1":"1","total":"40","min":"40"} |
| AvgTalkTime |
integer |
Average talk time |
258 |
Examples
Success response
JSON format
{
"HttpStatusCode": 200,
"RequestId": "254EB995-DEDF-48A4-9101-9CA5B72FFBCC",
"GroupId": "b24d321a-2a74-4dd1-a0ba-4ab09cef6652",
"Success": true,
"Code": "OK",
"Message": "Success",
"InstanceId": "c46001bc-3ead-4bfd-9a69-4b5b66a4a3f4",
"ExecutingInfo": {
"EndTime": 1640087774563,
"StartTime": 1640087774563,
"HangUpByClientNum": 5,
"CreatorName": "xxx",
"TransferByNoAnswer": 5,
"FinishedNum": 5,
"TransferByIntentNum": 5,
"CallNum": 5,
"CallFailedNum": 5,
"NoInteractionNum": 1,
"JobsProgress": {
"SchedulingNum": 5,
"TotalCompletedNum": 5,
"FailedNum": 5,
"PausedNum": 5,
"CancelledNum": 5,
"TotalJobs": 5,
"TotalNotAnsweredNum": 5,
"ExecutingNum": 5
},
"TalkTurnsDistribution": "{\"total\":\"5\",\"5\":\"4\"}\n",
"DurationDistribution": "{\"max\":\"40\",\"1\":\"1\",\"total\":\"40\",\"min\":\"40\"}",
"AvgTalkTime": 258
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.