Get git context for the workspace
curl --request GET \
--url http://localhost:4000/api/v1/git/context \
--header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The response is of type object.
Last modified on March 31, 2026