---
title: "Get GitHub App connections for the Platform Hub"
method: GET
path: "/platformhub/github/connections"
tags: ["PlatformHub"]
---

# Get GitHub App connections for the Platform Hub

`GET /platformhub/github/connections`

Gets a set of GitHub App connections for the Platform Hub.

## Query parameters

- `skip` integer, required
- `take` integer, required

## Response `200`

All GitHub App connections for Platform Hub

- GetPlatformHubGitHubAppConnectionsResponse
  - `Connections` GitHubAppConnectionResource[], required
    - `Id` string
    - `Installation` GitHubAppInstallationResource
      - `AccountAvatarUrl` string
      - `AccountId` string
      - `AccountLogin` string
      - `AccountType` string
      - `AllRepositories` boolean
      - `InstallationId` string
    - `Status` 'ConnectionNotFound' | 'InstallationNotFound' | 'InstallationSuspended' | 'Connected' | 'Error'
  - `ItemsPerPage` integer, required
  - `NumberOfPages` integer, required
  - `TotalResults` integer, required

## Other responses

- `400` — Bad request. Either the payload was not structurally valid or business rules did not permit the operation.
- `404` — Not found. One or more of the entities involved in the operation was not found.

---

[API](https://skmtc.net/octopus/apis/octopus-server-api.md) · [All operations](https://skmtc.net/octopus/apis/octopus-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/octopus/octopus-server-api/versions/bc9158facfc7/schema)
