---
title: "Get GitHub connection status"
method: GET
path: "/api/v1/github/status"
tags: ["github"]
---

# Get GitHub connection status

`GET /api/v1/github/status`

Returns the current GitHub connection status for the client.

## Response `200`

Successful Response

- ConnectionStatusResponse — Response for connection status.
  - `connected` boolean, required
  - `default_branch` string, nullable
  - `last_sync_at` string, nullable
  - `last_used_at` string, nullable
  - `owner` string, nullable
  - `repository` string, nullable
  - `scaffolding_pr_url` string, nullable
  - `scaffolding_status` string, nullable
  - `status` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[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)
