---
title: "List GitHub App installations"
method: GET
path: "/v1/platform/fleet/providers/github-app/installations"
tags: ["fleet github-app"]
---

# List GitHub App installations

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

Return GitHub App installations linked to the current user from
our database. This is a cache — it does not hit the GitHub API.
Use POST /installations/refresh to force a fresh sync from GitHub.

## Response `200`

OK

- GithubAppInstallation[]
  - `account_login` string
  - `created_at` string
  - `id` string
  - `installation_id` string
  - `metadata` object
  - `organization_id` string
  - `provider` string
  - `updated_at` string
  - `user_id` 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/installations/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)
