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

---

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