---
title: "Get Git Branch"
method: GET
path: "/v1/system/git-info"
tags: ["v1-system"]
---

# Get Git Branch

`GET /v1/system/git-info`

Get the current git branch name for the repository.

Returns:
    JSONResponse containing:
    - branch: Current git branch name
    - error: Any error that occurred (if any)

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/tryardent/apis/fastapi.md) · [All operations](https://skmtc.net/tryardent/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryardent/fastapi/revisions/71b66f68e19c/schema)
