---
title: "List the commit history"
method: GET
path: "/version"
tags: ["versioning"]
---

# List the commit history

`GET /version`

List the commit history.</br></br>Analogous to <code>git log</code> for the Cribl configuration, allowing you to audit and review changes over time.

## Query parameters

- `count` integer

## Response `200`

a list of GitLogResult objects

- CountedGitLogResult
  - `count` integer — number of items present in the items array
  - `items` GitLogResult[]
    - `author_email` string
    - `author_name` string
    - `body` string
    - `date` string
    - `hash` string
    - `message` string
    - `refs` string

## Other responses

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

## Changes

- **2026-03-06** `11df16b26c1d` — 1 breaking, 1 warning
  - for the `query` request parameter `count`, the type/format was changed from `number`/`` to `integer`/``
  - deleted the `query` request parameter `groupId`
- **2025-08-26** `72f306103a82` — 1 warning, 1 info
  - deleted the `query` request parameter `group`
  - added the new optional `query` request parameter `groupId`

[Change history](https://skmtc.dev/criblio/apis/cribl-api-reference/changes/version/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)
