Groups
List groups
List Frontier Gateway groups in your workspace. Cursor-paginated, with optional lookup by external identifier.
List groups visible to your workspace, cursor-paginated. Pass
external_entity_id to look up a single group by its external identifier.
Authentication
Workspace API key with management scope, passed as
Authorization: Api-Key $BASETEN_API_KEY (or Bearer; both are accepted).Query parameters
Filter results to groups whose
metadata.external_entity_id matches this value exactly. Because external_entity_id is unique per workspace, the response contains at most one item. Combinable with limit and cursor.Page size. Default 100, maximum 1000.
Pagination cursor from the previous response’s
pagination.cursor. Omit on the first call.Response
Group objects. Each item has the same shape returned by Create a group:
id, metadata, models, effective_models, hierarchy, created_at.has_more(boolean):truewhen more pages exist.cursor(stringornull): Cursor for the next page.nullon the last page.
Errors
| Status | Meaning |
|---|---|
403 Forbidden | Workspace isn’t onboarded to Frontier Gateway, or the caller doesn’t have view scope. |
Previous
Get groupFetch a single Frontier Gateway group by its internal id, including its effective limits after inheritance.
Next