---
title: "Get scaffolding status"
method: GET
path: "/api/v1/github/scaffold/status"
tags: ["github", "github-scaffold"]
---

# Get scaffolding status

`GET /api/v1/github/scaffold/status`

Get the current scaffolding status for the connected repository.

## Response `200`

Successful Response

- ScaffoldStatusResponse — Response from scaffolding status check.
  - `branch` string, nullable
  - `error` string, nullable
  - `pr_number` integer, nullable
  - `pr_url` string, nullable
  - `scaffolded_at` string, nullable
  - `status` string, required

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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