---
title: "Get Github Status"
method: GET
path: "/v1/user/github/status"
tags: ["v1-github"]
---

# Get Github Status

`GET /v1/user/github/status`

Check if the current user has GitHub connected.

Returns connection status, username, granted scopes, and whether unlink is allowed.

## Response `200`

Successful Response

- GitHubStatusResponse — Response for GET /v1/user/github/status.
  - `connected` boolean, required
  - `github_username` string, nullable, required
  - `github_user_id` string, nullable, required
  - `scopes` string[], required
  - `is_valid` boolean, required
  - `can_unlink` boolean, required

---

[API](https://skmtc.net/tryardent/apis/fastapi.md) · [All operations](https://skmtc.net/tryardent/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryardent/fastapi/revisions/71b66f68e19c/schema)
