Skip to content
Pile
Esc
navigateopen⌘Jpreview

List github installations

GET/workspaces/{organizationId}/github/installations
Path parameters
organizationIdstringrequired
Responses
200GitHub installations
installationsobject[]required
Show properties
Array of object
idstringrequired
organizationIdstringrequired
installationIdstringrequired
repostringrequired
createdAtstringrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/github/installations"
Response
{
  "installations": [
    {
      "id": "string",
      "organizationId": "string",
      "installationId": "string",
      "repo": "string",
      "createdAt": "string"
    }
  ]
}