---
title: "Get all VCS integrations"
method: GET
path: "/api/integrations/global/vcs"
tags: ["VCS"]
---

# Get all VCS integrations

`GET /api/integrations/global/vcs`

Retrieves all VCS integrations grouped by type (github, gitlab, bitbucket, etc.)

## Response `200`

Successfully retrieved VCS integrations

- AllVcsResponse
  - `github` VcsIntegration[]
    - `id` string — Integration ID
    - `name` string — Integration name
    - `type` string — VCS provider type
    - `domain` string — VCS domain (for self-hosted instances)
    - `isEnabled` boolean — Whether the integration is enabled
    - `syncStatus` string — Current sync status
  - `gitlab` VcsIntegration[]
    - `id` string — Integration ID
    - `name` string — Integration name
    - `type` string — VCS provider type
    - `domain` string — VCS domain (for self-hosted instances)
    - `isEnabled` boolean — Whether the integration is enabled
    - `syncStatus` string — Current sync status
  - `bitbucket` VcsIntegration[]
    - `id` string — Integration ID
    - `name` string — Integration name
    - `type` string — VCS provider type
    - `domain` string — VCS domain (for self-hosted instances)
    - `isEnabled` boolean — Whether the integration is enabled
    - `syncStatus` string — Current sync status
  - `bitbucketdc` VcsIntegration[]
    - `id` string — Integration ID
    - `name` string — Integration name
    - `type` string — VCS provider type
    - `domain` string — VCS domain (for self-hosted instances)
    - `isEnabled` boolean — Whether the integration is enabled
    - `syncStatus` string — Current sync status
  - `codecommit` VcsIntegration[]
    - `id` string — Integration ID
    - `name` string — Integration name
    - `type` string — VCS provider type
    - `domain` string — VCS domain (for self-hosted instances)
    - `isEnabled` boolean — Whether the integration is enabled
    - `syncStatus` string — Current sync status
  - `azuredevops` VcsIntegration[]
    - `id` string — Integration ID
    - `name` string — Integration name
    - `type` string — VCS provider type
    - `domain` string — VCS domain (for self-hosted instances)
    - `isEnabled` boolean — Whether the integration is enabled
    - `syncStatus` string — Current sync status

## Other responses

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

---

[API](https://skmtc.net/firefly/apis/api-gateway.md) · [All operations](https://skmtc.net/firefly/apis/api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/firefly/api-gateway/revisions/eea119b4113f/schema)
