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