Skip to main content
GET
/
api
/
workspaces
/
{id}
/
github
/
status
Github Status
curl --request GET \
  --url http://localhost:8080/api/workspaces/{id}/github/status \
  --header 'Authorization: Bearer <token>'
{
  "connected": true,
  "installation_id": 123,
  "repo": "<string>",
  "app_configured": false
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Successful Response

connected
boolean
required
installation_id
integer | null
repo
string | null
app_configured
boolean
default:false