---
title: "Get GitHub user connection status"
method: GET
path: "/v1/platform/fleet/providers/github-app/connection"
tags: ["fleet github-app"]
---

# Get GitHub user connection status

`GET /v1/platform/fleet/providers/github-app/connection`

Return the current user's GitHub connection status and metadata.

## Response `200`

OK

- GithubAppUserConnectionStatus
  - `actor_preference` string
  - `is_connected` boolean
  - `metadata` GithubAppUserConnectionMetadata
    - `github_username` string
  - `type` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

## Changes

- **2026-04-30** `99490d1e837e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/langchain-ai/apis/langsmith/changes/v1/platform/fleet/providers/github-app/connection/get.md)

---

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