---
title: "Get Business Unit by ID"
method: GET
path: "/networks/businessunits/{businessUnitId}"
tags: ["Business Units"]
---

# Get Business Unit by ID

`GET /networks/businessunits/{businessUnitId}`

Retrieve a single business unit by its ID.

## Path parameters

- `businessUnitId` integer, required

## Response `200`

- BusinessUnit — A business unit in the network.
  - `network_business_unit_id` integer — Unique business unit ID.
  - `network_id` integer — Network ID.
  - `name` string — Name of the business unit.
  - `time_created` integer — Unix timestamp of creation.
  - `time_saved` integer — Unix timestamp of last update.

---

[API](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
