All Products
Search
Document Center

PolarDB:ListPolarClawBindings

Last Updated:Jun 10, 2026

Mencantumkan binding PolarClaw.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

Sintaks permintaan

POST  HTTP/1.1

Parameter permintaan

Parameter

Type

Required

Description

Example

ApplicationId

string

Yes

ID aplikasi.

pa-**************

AgentList

array

No

Daftar ID Agen untuk memfilter binding.

work,research

string

No

The agent ID.

work

Elemen respons

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

Contoh

Respons sukses

JSONformat

{
  "RequestId": "7F2007D3-7E74-4ECB-89A8-BF130D******",
  "Message": "successful",
  "Code": 200,
  "ApplicationId": "pa-**************",
  "Bindings": [
    {
      "AgentId": "work",
      "Channel": "feishu",
      "ChannelAccountId": "default"
    }
  ]
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.