Skip to content
Pile
Esc
navigateopen⌘Jpreview

List gitlab installations

GET/workspaces/{organizationId}/gitlab/installations
Path parameters
organizationIdstringrequired
Responses
200GitLab installations
installationsobject[]required
Show properties
Array of object
idstringrequired
projectIdstringrequired
projectPathstringrequired
createdAtstringrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/gitlab/installations"
Response
{
  "installations": [
    {
      "id": "string",
      "projectId": "string",
      "projectPath": "string",
      "createdAt": "string"
    }
  ]
}