---
title: "Get Branch By Id"
method: GET
path: "/api/v2/branch/{branch_id}"
tags: ["Branches"]
---

# Get Branch By Id

`GET /api/v2/branch/{branch_id}`

Retrieve detailed information about a specific branch by its ID.

## Path parameters

- `branch_id` string, uuid, required — Unique identifier (UUID) of the branch to retrieve

## Response `200`

Successful Response

- BranchItem
  - `id` string, uuid4
  - `name` string
  - `user_count` integer, nullable
  - `created_at` string, date-time

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/streampay/apis/stream-app.md) · [All operations](https://skmtc.dev/streampay/apis/stream-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/streampay/stream-app/revisions/515eeea7d260/schema)
