cURL
curl --request GET \ --url https://app.all-hands.dev/api/conversations/{conversation_id}/git/changes \ --header 'Authorization: Bearer <token>'
{}
Get git changes in the workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Conversation ID
Git changes
The response is of type object.
object
Was this page helpful?