Retrieves the details of a specified custom agent.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
rdsai:GetCustomAgent |
get |
*All Resource
|
None | None |
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CustomAgentId |
string |
No |
The custom agent ID. |
ebe44453-3b41-4c74-94d1-01d088d7**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|
||
| RequestId |
string |
The request ID. |
FE9C65D7-930F-57A5-A207-8C396329**** |
| Name |
string |
The name of the custom agent. |
查询实例列表Agent |
| SystemPrompt |
string |
The system prompt. |
我是您用来查询实例列表的专属Agent |
| EnableTools |
boolean |
Indicates whether tools are enabled. |
true |
| CreatedAt |
string |
The creation time. |
2025-06-04T02:25:43Z |
| UpdatedAt |
string |
The update time. |
2020-11-27 16:02:28 |
| Tools |
array |
A list of tools available to the agent. |
|
|
string |
A string containing one or more tool names. |
[describe_db_instances,describe_db_instance_attribute] |
|
| Id |
string |
The numeric ID of the custom agent. |
17053 |
| Skills |
array<object> |
||
|
object |
|||
| Id |
string |
||
| Name |
string |
||
| Description |
string |
||
| SkillType |
string |
Examples
Success response
JSON format
{
"RequestId": "FE9C65D7-930F-57A5-A207-8C396329****",
"Name": "查询实例列表Agent",
"SystemPrompt": "我是您用来查询实例列表的专属Agent",
"EnableTools": true,
"CreatedAt": "2025-06-04T02:25:43Z",
"UpdatedAt": "2020-11-27 16:02:28",
"Tools": [
"[describe_db_instances,describe_db_instance_attribute]"
],
"Id": "17053",
"Skills": [
{
"Id": "",
"Name": "",
"Description": "",
"SkillType": ""
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | The provided parameter is invalid. | Invalid parameter. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.