ListPolarClawBindings
Lists PolarClaw bindings.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ApplicationId |
string |
Yes |
The application ID. |
pa-************** |
| AgentList |
array |
No |
A list of agent IDs to filter the bindings. |
work,research |
|
string |
No |
The agent ID. |
work |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| RequestId |
string |
The ID of the request. |
7F2007D3-7E74-4ECB-89A8-BF130D****** |
| Message |
string |
The response message. |
successful |
| Code |
integer |
The status code. |
200 |
| ApplicationId |
string |
The application ID. |
pa-************** |
| Bindings |
array<object> |
The list of bindings. |
|
|
object |
A binding. |
||
| AgentId |
string |
The agent ID. |
work |
| Channel |
string |
The channel ID. |
feishu |
| ChannelAccountId |
string |
The account ID. |
default |
Examples
Success response
JSON format
{
"RequestId": "7F2007D3-7E74-4ECB-89A8-BF130D******",
"Message": "successful",
"Code": 200,
"ApplicationId": "pa-**************",
"Bindings": [
{
"AgentId": "work",
"Channel": "feishu",
"ChannelAccountId": "default"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.