Skip to main content
Fetch one group by its internal id. The response includes the group’s own models configuration plus the post-inheritance effective_models block. To look up a group by your external identifier instead, use List groups with ?external_entity_id=.

Errors

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.

Path Parameters

group_id
string
required

Response

200 - application/json
id
string
required

Internal Baseten ID for the group.

metadata
GroupMetadataV1 · object
required

Group identity + display metadata.

hierarchy
GroupHierarchyV1 · object
required

Parent linkage and limit enforcement mode. Parent is null for root groups.

created_at
string<date-time>
required

When this group was created.

models
ModelConfigV1 · object[]
effective_models
EffectiveModelConfigV1 · object[]