---
title: "Get the configuration and status for the Git integration"
method: GET
path: "/version/info"
tags: ["versioning"]
---

# Get the configuration and status for the Git integration

`GET /version/info`

Get the configuration and versioning status for the Git integration for the Cribl configuration.

## Response `200`

The requested GitInfo object in a single-item list.

- CountedGitInfo
  - `count` integer, required — number of items present in the items array
  - `items` GitInfo[], required — List of items in this response.
    - `remote` union, required — URL of the configured remote Git repository, with credentials redacted. <code>false</code> if no remote is configured.
      - string
      - unknown
    - `versioning` boolean, required — If <code>true</code>, Git versioning is enabled for this Cribl instance. Otherwise, <code>false</code>.

## 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/e9bef570d106/schema)
