メインコンテンツへスキップ
GET
/
v3beta1
/
enterprise
/
org-group-limits
Org グループ設定を取得
curl --request GET \
  --url https://api.devin.ai/v3beta1/enterprise/org-group-limits \
  --header 'Authorization: Bearer <token>'
{
  "groups": {}
}
ManageOrganizations 権限が必要です。
このエンドポイントを利用するには、お客様の Enterprise 環境で組織グループ制限機能が有効化されている必要があります。この機能を有効化するには、アカウント担当チームまでお問い合わせください。
グループ名、関連付けられた組織 ID、各請求サイクルごとの任意指定の最大 Agent Compute Unit(ACU)上限を含む、現在の組織グループ構成を返します。

承認

Authorization
string
header
必須

サービスユーザーの認証情報(接頭辞: cog_)

レスポンス

200 - application/json

成功したレスポンス

グループ名とその設定とのマッピングを定義する設定。

groups
Groups · object
必須