# listBranches

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/gitlab/gitlab.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/gitlab/gitlab.controller.ts#L97)

List branches for a specific repository

## Endpoint

`GET /gitlab/repos/:owner/:repo/branches`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `owner` | path | `string` | ✓ |  |
| `repo` | path | `string` | ✓ |  |

## Referenced By

- `GitLabController` (MODULE_DECLARES)
