Update the callback configuration.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:ListAIAgentVoiceprints |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| VoiceprintId |
string |
No |
The unique ID of the voiceprint. Optional. If left blank, all voiceprint IDs under the account are listed. If filled in, only the specified voiceprint ID is displayed. |
vp_1699123456_8527 |
| PageNumber |
integer |
No |
The number of pages. Must be 1 or greater. |
1 |
| PageSize |
integer |
No |
The number of items per page. Value range: [1,100] |
100 |
| RegistrationMode |
string |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Request ID |
******11-DB8D-4A9A-875B-275798****** |
| Voiceprints |
array<object> |
List of voiceprint information |
|
|
object |
Voiceprint information |
||
| VoiceprintId |
string |
The unique ID of the voiceprint. |
vp_1699123456_8527 |
| GmtCreate |
string |
Creation time |
2025-07-28T10:03:58.000+00:00 |
| GmtModified |
string |
Modification time |
2025-07-28T10:03:58.000+00:00 |
| TotalCount |
integer |
Total number of voiceprints. |
2 |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"Voiceprints": [
{
"VoiceprintId": "vp_1699123456_8527",
"GmtCreate": "2025-07-28T10:03:58.000+00:00",
"GmtModified": "2025-07-28T10:03:58.000+00:00"
}
],
"TotalCount": 2
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.