查询技能列表
分页查询调用者在账户与团队范围内可见的 AI SRE 技能。
限制说明
使用说明
- 列表行中省略
content字段;如需正文请单独查询某个技能。 scope用于选择all(默认)、仅account、或仅team,会覆盖include_account;非管理员请求特定team_ids时会被静默过滤为其所属的团队。update_available每次调用会与市场目录比对一次;若目录加载失败,仅会隐藏该徽标,不会导致请求失败。
授权
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.
请求体
技能列表的分页、搜索与团队过滤条件。
页码,从 1 开始。
每页数量。
将结果限制为 all(默认)、仅 account(team_id=0)、或仅 team(排除账户级记录);设置后会覆盖 include_account。
all, account, team 跨技能名称、描述、英文描述、技能 ID、市场来源模板名称与作者的全文搜索。
128按团队 ID 过滤;为空则使用调用者可见范围。
是否包含账户级(team_id=0)记录,默认 true。当 scope 为 account 或 team 时该字段会被忽略。
响应
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.