---
title: "List business units"
method: GET
path: "/api/governance/business-units"
tags: ["Governance"]
---

# List business units

`GET /api/governance/business-units`

Returns a paginated list of business units, each with its team count.

## Query parameters

- `page` integer
- `limit` integer
- `search` string

## Response `200`

Successful response

- object — Paginated list of business units
  - `business_units` object[], required
    - `id` string
    - `name` string
    - `team_count` integer
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `total` integer, required
  - `page` integer, required
  - `limit` integer, required

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/getbifrost/apis/bifrost-api.md) · [All operations](https://skmtc.net/getbifrost/apis/bifrost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbifrost/bifrost-api/versions/f8cab88f64ea/schema)
