Skip to main content
GET
/
v3beta1
/
enterprise
/
org-group-limits
Get Org Groups Config
curl --request GET \
  --url https://api.devin.ai/v3beta1/enterprise/org-group-limits \
  --header 'Authorization: Bearer <token>'
{
  "groups": {}
}
Requires ManageOrganizations permission.
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 max Agent Compute Unit limits per billing cycle.

Authorizations

Authorization
string
header
required

Service User credential (prefix: cog_)

Response

200 - application/json

Successful Response

Configuration mapping group names to their settings.

groups
Groups · object
required