---
title: "Get the name of the Git branch that the Cribl configuration is checked out to"
method: GET
path: "/version/current-branch"
tags: ["versioning"]
---

# Get the name of the Git branch that the Cribl configuration is checked out to

`GET /version/current-branch`

Get the name of the Git branch that the Cribl configuration is checked out to. Useful for verifying the active configuration branch.

## Response `200`

CurrentBranchResult object

- CurrentBranchResult
  - `branch` string, required

## Other responses

- `401` — Unauthorized
- `500` — Unexpected error

---

[API](https://skmtc.dev/criblio/apis/cribl-api-reference.md) · [All operations](https://skmtc.dev/criblio/apis/cribl-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/criblio/cribl-api-reference/revisions/11df16b26c1d/schema)
