Skip to main content
GET
/
api
/
git
/
changes
Git Changes Query
curl --request GET \
  --url https://api.example.com/api/git/changes \
  --header 'X-Session-API-Key: <api-key>'
[
  {
    "status": "MOVED",
    "path": "<string>"
  }
]

Authorizations

X-Session-API-Key
string
header
required

Query Parameters

path
string
required

The git repository path

Response

Successful Response

status
enum<string>
required
Available options:
MOVED,
ADDED,
DELETED,
UPDATED
path
string<path>
required