---
title: "Get client GitHub integration status"
method: GET
path: "/api/v1/github/admin/status/{client_id}"
tags: ["github", "github-admin"]
---

# Get client GitHub integration status

`GET /api/v1/github/admin/status/{client_id}`

Returns the GitHub integration status for a specific client. Admin access required.

## Path parameters

- `client_id` string, uuid, required

## Response `200`

Successful Response

- ClientGitHubStatusResponse — Response for client GitHub integration status.
  - `client_id` string, required
  - `connected` boolean, required
  - `connection_status` string, nullable
  - `created_at` string, nullable
  - `github_username` string, nullable
  - `installation_id` integer, nullable
  - `last_sync_at` string, nullable
  - `oauth_completed` boolean, required
  - `repository` string, nullable
  - `repository_selection_pending` boolean
  - `scaffolding_branch` string, nullable
  - `scaffolding_pr_url` string, nullable
  - `scaffolding_status` string, nullable
  - `updated_at` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-01-29** `5f4f08ff6556` — 1 warning, 4 info
  - removed the optional property `detail` from the response with the `422` status
  - added the optional property `errors` to the response with the `422` status
  - added the required property `code` to the response with the `422` status
  - added the required property `message` to the response with the `422` status
  - …1 more

[Change history](https://skmtc.dev/kater-ai/apis/kater-api/changes/api/v1/github/admin/status/:client_id/get.md)

---

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