v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011189403.1 MB
versioning

List the commit history

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.

get/version

Query parameters

countinteger

Maximum number of commits to read from the commit history. When provided, <code>offset</code> and <code>limit</code> are applied to that read set.

offsetinteger

Pagination offset

limitinteger

Maximum number of items to return

Response

List of GitLogResult objects.

countinteger required

Number of items present in the items array

offsetinteger

Pagination offset

limitinteger

Pagination limit

totalCountinteger

Total number of items available (present when limit is set)