Skip to main content
GET
Error
This endpoint is available in Bifrost Enterprise only.

Authorizations

Authorization
string
header
required

Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <token>, where <token> is one of:

  • a Bifrost management API key,
  • a dashboard session token issued by POST /api/session/login,
  • base64 of <admin-username>:<admin-password> (legacy equivalent of BasicAuth).

Virtual keys (sk-bf-*) and the x-api-key header are not accepted on management APIs - the sole exception is GET /api/governance/virtual-keys/quota, which is virtual-key-only.

Path Parameters

business_unit_id
string
required

Business unit ID

Query Parameters

offset
integer
default:0

Zero-based result offset

Required range: x >= 0
limit
integer
default:20

Maximum number of teams to return (max 100)

Required range: 1 <= x <= 100

Case-insensitive search by team name

Response

Successful response

Paginated list of teams assigned to a business unit

teams
object[]
required
count
integer
required
total_count
integer
required
limit
integer
required
offset
integer
required