Skip to main content
GET
/
v2
/
enterprise
/
org-group-limits
Get Org Groups Config
curl --request GET \
  --url https://api.devin.ai/v2/enterprise/org-group-limits \
  --header 'Authorization: Bearer <token>'
{
  "groups": {}
}
Requires an enterprise admin personal API key.
This endpoint requires the organization group limits feature to be enabled for your enterprise. To enable this feature, reach out to your account team.
Returns the current organization groups configuration, including group names, associated organization IDs, and optional Agent Compute Unit limits per billing cycle.

Authorizations

Authorization
string
header
required

Personal API Key (apk_user_*) for Enterprise Admins only

Response

200 - application/json

Successful Response

Configuration mapping group names to their settings.

groups
Groups · object
required