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.