---
title: "Get All Branches"
method: GET
path: "/api/v2/branch"
tags: ["Branches"]
---

# Get All Branches

`GET /api/v2/branch`

List all branches for the organization.

Returns branches based on user role:
- Organization admins see all branches in the organization
- Branch admins and branch users see only branches they're assigned to

## Response `200`

Successful Response

- BranchListResponse
  - `data` BranchItem[]
    - `id` string, uuid4
    - `name` string
    - `user_count` integer, nullable
    - `created_at` string, date-time

---

[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)
