Get conversation Git changes
GET /api/v1/app-conversations/{conversation_id}/git/changes
Proxy GET /api/git/changes on the conversation's runtime.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
conversation_id | path | string | yes | — |
path | query | string | yes | Absolute path to the git repository root (e.g. /workspace/project) |
ref | query | `string | null` | no |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Operation ID: get_conversation_git_changes_api_v1_app_conversations__conversation_id__git_changes_get