---
title: Run git
description: Git status, diffs, and versions inside a run.
canonical_url: https://wiblo.app/docs/developers/api/agent-git
last_updated: 2026-07-28T18:08:25+02:00
md_url: https://wiblo.app/docs/developers/api/agent-git.md
---

# Run git

## Endpoints

- `GET` [Get agent run git status](/docs/developers/api/agent-git/get-agent-run-git-status) — `/v1/agent-runs/{runId}/git/status`
- `GET` [Get agent run git diff](/docs/developers/api/agent-git/get-agent-run-git-diff) — `/v1/agent-runs/{runId}/git/diff`
- `POST` [Create agent run git version](/docs/developers/api/agent-git/create-agent-run-git-version) — `/v1/agent-runs/{runId}/git/commit`
- `POST` [Restore agent run git version](/docs/developers/api/agent-git/restore-agent-run-git-version) — `/v1/agent-runs/{runId}/git/restore`
