---
title: "List"
method: GET
path: "/gitlab-apps"
tags: ["GitLab Apps"]
---

# List

`GET /gitlab-apps`

List all GitLab apps for the current team (and system-wide sources).

## Response `200`

List of GitLab apps.

- object[]
  - `id` integer
  - `uuid` string
  - `name` string
  - `api_url` string
  - `html_url` string
  - `custom_user` string
  - `custom_port` integer
  - `client_id` string, nullable
  - `group_name` string, nullable
  - `redirect_uri` string, nullable
  - `is_system_wide` boolean
  - `is_public` boolean
  - `team_id` integer

## 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/revisions/789e6ad3796c/schema)
