跳转到主要内容
GET
/
v2
/
enterprise
/
org-group-limits
GET 组织群组配置
curl --request GET \
  --url https://api.devin.ai/v2/enterprise/org-group-limits \
  --header 'Authorization: Bearer <token>'
{
  "groups": {}
}
需要 Enterprise 管理员的个人 API key。
此端点需要为你的 Enterprise 启用组织群组限制功能。若要启用此功能,请联系你的客户团队。
返回当前的组织群组配置,包括群组名称、关联的组织 ID,以及每个计费周期可选的 Agent Compute Unit 限制。

授权

Authorization
string
header
必填

仅供 Enterprise 管理员使用的个人 API Key(apk_user_*)

响应

200 - application/json

成功响应

群组名称到其配置的映射表。

groups
Groups · object
必填