ListScriptRecording
Query the list of recording files. Use this operation in small model scenarios.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
outboundbot:ListScriptRecording |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
Instance ID of the recording |
c209abb3-6804-4a75-b2c7-dd55c8c61b6a |
| ScriptId |
string |
Yes |
Scenario ID of the recording |
d004cfd2-6a81-491c-83c6-cbe186620c95 |
| UuidsJson |
string |
No |
Recording ID list Note
This is a list of unique recording IDs. If left blank, all recordings display. |
["d17d5bfa-4972-4389-9718-f9602edabe48"] |
| StatesJson |
string |
No |
Recording status
|
[ "8" ] |
| Search |
string |
No |
Search criteria: Search by recording name or content. |
您好 |
| PageNumber |
integer |
Yes |
Page number |
1 |
| PageSize |
integer |
Yes |
Number of entries per page |
10 |
| RefIdsJson |
string |
No |
Recording ID list (JSON format), same as UuidsJson |
["d9fad189-760b-47b9-837f-aeabb4fc9109\"] |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| HttpStatusCode |
integer |
HTTP status code |
200 |
| RequestId |
string |
Request ID |
254EB995-DEDF-48A4-9101-9CA5B72FFBCC |
| Success |
boolean |
Success |
true |
| Code |
string |
API status |
OK |
| Message |
string |
API message |
Success |
| PageSize |
integer |
Number of entries per page |
10 |
| PageNumber |
integer |
Page number |
1 |
| TotalCount |
integer |
Total count |
99 |
| ScriptRecordings |
array<object> |
Recording list |
|
|
object |
|||
| RecordingContent |
string |
Recording content |
您好! |
| State |
integer |
Recording status |
8 |
| StorageUuid |
string |
Storage UUID |
393674ed-3b5d-db44-0fda-615d05210178 |
| StateExtend |
string |
State extension |
无 |
| InstanceId |
string |
Instance ID |
ff0fb845-9f90-46d3-9716-d36b8a1e753a |
| GmtModified |
integer |
Update time |
1654601332000 |
| ScriptId |
string |
Scenario ID of the recording |
6019b692-fd9e-4adb-8877-cef6a297b234 |
| Uuid |
string |
Unique ID of the recording |
0a77386e-6402-8d23-4adf-6ec13b3f404d |
| GmtUpload |
integer |
Recording upload time |
1654601332000 |
| RecordingDuration |
integer |
Recording duration, in seconds. |
10 |
| RecordingName |
string |
Recording name |
hello.wav |
| GmtCreate |
integer |
Creation time. |
1744963749000 |
| InnerId |
string |
The ID of the recording file within the instance |
000003 |
| RefId |
string |
The unique ID of the recording. |
0a77386e-6402-8d23-4adf-6ec13b3f404d |
Examples
Success response
JSON format
{
"HttpStatusCode": 200,
"RequestId": "254EB995-DEDF-48A4-9101-9CA5B72FFBCC\n",
"Success": true,
"Code": "OK",
"Message": "Success",
"PageSize": 10,
"PageNumber": 1,
"TotalCount": 99,
"ScriptRecordings": [
{
"RecordingContent": "您好!",
"State": 8,
"StorageUuid": "393674ed-3b5d-db44-0fda-615d05210178\n",
"StateExtend": "无",
"InstanceId": "ff0fb845-9f90-46d3-9716-d36b8a1e753a",
"GmtModified": 1654601332000,
"ScriptId": "6019b692-fd9e-4adb-8877-cef6a297b234",
"Uuid": "0a77386e-6402-8d23-4adf-6ec13b3f404d\n",
"GmtUpload": 1654601332000,
"RecordingDuration": 10,
"RecordingName": "hello.wav",
"GmtCreate": 1744963749000,
"InnerId": "000003\n",
"RefId": "0a77386e-6402-8d23-4adf-6ec13b3f404d\n"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.