跳转到主要内容
POST
查询 A2A 智能体列表

限制说明

使用说明

  • 分页使用 offset/limit(而非 p/limit)。

授权

app_key
string
query
必填

App key issued from the Flashduty console. Required on every public API call. Keep it secret — it grants the same access as the owning account.

请求体

application/json

A2A 智能体列表的分页与团队过滤条件。

offset
integer
默认值:0

分页行偏移。

limit
integer
默认值:20

每页数量。

team_ids
integer<int64>[]

按团队 ID 过滤;为空则使用调用者可见范围。

include_account
boolean | null

是否包含账户级(team_id=0)记录,默认 true。

响应

Success

Standard response envelope used by every Flashduty public API. On success data contains the endpoint-specific payload and error is absent. On failure error is present and data is absent. request_id is always present and is also mirrored in the Flashcat-Request-Id response header.

request_id
string
必填

Unique ID for this request. Mirrored in the Flashcat-Request-Id header. Include it when reporting issues.

示例:

"01HK8XQE3Z7JM2NTFQ5YJ8P9R4"

error
object

Error payload inside the response envelope. Present only on non-2xx responses.

data
object

分页的 A2A 智能体列表。