---
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`

The requested CurrentBranchResult object.

- CurrentBranchResult
  - `branch` string, required — Name of the Git branch that the Cribl configuration is currently checked out to.

## Other responses

- `401` — Authentication failed (missing or invalid credentials or Bearer token).
- `500` — Unexpected server 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/56cb25079271/schema)
