---
title: "Get Git Hub Integration"
method: GET
path: "/github-integration/project/{projectId}"
tags: ["GitHub"]
---

# Get Git Hub Integration

`GET /github-integration/project/{projectId}`

Get GitHub integration for a project

## Path parameters

- `projectId` string, required

## Response `200`

GitHub integration details

- object
  - `id` string, required
  - `projectId` string, required
  - `repositoryOwner` string, required
  - `repositoryName` string, required
  - `installationId` number, nullable, required
  - `branchPattern` string
  - `commentTaskLinkOnGitHubIssue` boolean
  - `isActive` boolean, nullable, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Changes

- **2026-07-11** `32cece1ebe43` — 2 breaking, 2 info
  - the `createdAt` response's property type/format changed from ``/`` to `string`/`date-time` for status `200`
  - the `updatedAt` response's property type/format changed from ``/`` to `string`/`date-time` for status `200`
  - added the optional property `branchPattern` to the response with the `200` status
  - added the optional property `commentTaskLinkOnGitHubIssue` to the response with the `200` status
- **2026-03-05** `c45ef22a736c` — 2 breaking, 2 info
  - the response property `installationId` became nullable for the status `200`
  - the response property `isActive` became nullable for the status `200`
  - response property `installationId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `isActive` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2026-03-04** `298877d6a79a` — 2 breaking
  - response property `installationId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `isActive` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/github-integration/project/:projectId/get.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/32cece1ebe43/schema)
