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

a list of GitInfo objects

- CountedGitInfo
  - `count` integer — number of items present in the items array
  - `items` GitInfo[]
    - `remote` union, required
      - string
      - unknown
    - `versioning` boolean, required

## Other responses

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

## Changes

- **2025-10-23** `446f13dcf6da` — 1 breaking, 1 warning
  - the `items/items/remote/oneOf[subschema #2]/` response's property type/format changed from `boolean`/`` to ``/`` for status `200`
  - added the new `false` enum value to the `items/items/remote/oneOf[subschema #2]/` response property for the response status `200`
- **2025-10-10** `263fc2a93add` — 1 breaking, 1 info
  - the `items/items/remote/oneOf[subschema #2]/` response's property type/format changed from ``/`` to `boolean`/`` for status `200`
  - removed the `false` enum value from the `items/items/remote/oneOf[subschema #2]/` response property for the response status `200`
- **2025-10-09** `44245bdb7885` — 1 breaking, 1 warning
  - the `items/items/remote/oneOf[subschema #2]/` response's property type/format changed from `boolean`/`` to ``/`` for status `200`
  - added the new `false` enum value to the `items/items/remote/oneOf[subschema #2]/` response property for the response status `200`

[Change history](https://skmtc.dev/criblio/apis/cribl-api-reference/changes/version/info/get.md)

---

[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)
