查询 A2A 智能体列表
分页查询调用者在账户与团队范围内可见的 A2A 智能体。
限制说明
使用说明
- 分页使用
offset/limit(而非p/limit)。 scope=account仅返回账户级智能体;scope=team仅返回调用者可见团队中的智能体;默认all两者兼含,受include_account影响。query会在智能体名称、指令、卡片 URL、智能体 ID 以及解析得到的卡片名称中执行不区分大小写的子串搜索。card_resolve_timeout与task_timeout目前恒为0—— API 尚未提供设置方式。
授权
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.
请求体
查询 A2A 智能体列表的分页、范围与搜索过滤参数。
分页偏移量。
页面大小。
可见范围:all(账户级加上调用者可见的团队)、account(仅账户级)或 team(调用者可见团队中的团队级记录)。
all, account, team 在智能体名称、指令、卡片 URL、智能体 ID 以及解析得到的卡片名称中进行不区分大小写的子串搜索。
128限定在这些团队 ID 内;留空表示使用调用者可见的团队集合。
是否包含账户级(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.