Retrieves the dialog content for a call by using its call ID. You can retrieve content for calls completed within the last 30 days.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
aiccs:GetCallDialogContent |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CallDate |
string |
No |
The outbound call date, in yyyy-MM-dd format. You can only query data from the last 30 days. |
2025-06-06 |
| CallId |
string |
No |
The unique identifier for a call. Note
The LlmSmartCall API returns this ID in the CallId parameter of its response. |
123456^123478 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
Details about the access denial. Returned only when RAM authentication fails. |
Access Denied |
| RequestId |
string |
The request ID. |
FB0B0481-F13E-16E0-8A7A-1AD2FXXXEF55 |
| Message |
string |
The response message. |
成功 |
| Data |
object |
The response data. |
|
| DialogContent |
string |
The dialog content. |
[{\"content\":\"您好。\",\"role\":\"assistant\"},{\"content\":\"不用了。\",\"role\":\"user\"},{\"content\":\"呃,不用了,再见,谢谢。\",\"role\":\"user\"}] |
| CallId |
string |
The call ID. |
123456^123478 |
| CallStatus |
integer |
The call status. Note
Valid values:
|
2 |
| Code |
string |
The response code. |
OK |
| Success |
boolean |
Indicates whether the request succeeded.
|
false |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "Access Denied",
"RequestId": "FB0B0481-F13E-16E0-8A7A-1AD2FXXXEF55",
"Message": "成功",
"Data": {
"DialogContent": "[{\\\"content\\\":\\\"您好。\\\",\\\"role\\\":\\\"assistant\\\"},{\\\"content\\\":\\\"不用了。\\\",\\\"role\\\":\\\"user\\\"},{\\\"content\\\":\\\"呃,不用了,再见,谢谢。\\\",\\\"role\\\":\\\"user\\\"}]",
"CallId": "123456^123478\n",
"CallStatus": 2
},
"Code": "OK",
"Success": false
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter.CallId | The parameter CallId is invalid. | The parameter CallId is invalid. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.