---
title: "List"
method: GET
path: "/github-apps"
tags: ["GitHub Apps"]
---

# List

`GET /github-apps`

List all GitHub apps.

## Response `200`

List of GitHub apps.

- object[]
  - `id` integer
  - `uuid` string
  - `name` string
  - `organization` string, nullable
  - `api_url` string
  - `html_url` string
  - `custom_user` string
  - `custom_port` integer
  - `app_id` integer
  - `installation_id` integer
  - `client_id` string
  - `private_key_id` integer
  - `is_system_wide` boolean
  - `is_public` boolean
  - `team_id` integer
  - `type` string

## Other responses

- `400` — Invalid token.
- `401` — Unauthenticated.

---

[API](https://skmtc.net/coollabsio/apis/coolify.md) · [All operations](https://skmtc.net/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coollabsio/coolify/versions/08be5dc8e729/schema)
