---
title: "List VCS Connections"
method: GET
path: "/vcs/connections"
tags: ["VCS"]
---

# List VCS Connections

`GET /vcs/connections`

## Query parameters

- `vcsType` string
- `organizationId` string, required

## Response `200`

- VcsApiVcsConnectionPublic[]
  - `id` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `createdBy` string
  - `updatedBy` string
  - `connectionType` union
    - 'DeploymentPipeline'
    - object
    - object
    - 'CodeWrite'
  - `accessScope` string, required
  - `organizationId` string, required
  - `type` 'BitBucketServer' | 'GitLabEnterprise' | 'GitHubEnterprise' | 'GitHub' | 'BitBucket' | 'GitLab' | 'AzureDevOps' | 'OtherVcs' | 'VcsTester', required
  - `name` string
  - `url` string
  - `vcsAgentKey` union
    - string
    - 'ENV0_DEFAULT'
  - `authorizationId` string
  - `tokenId` string

---

[API](https://skmtc.dev/envzero/apis/env0-api.md) · [All operations](https://skmtc.dev/envzero/apis/env0-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/envzero/env0-api/revisions/513441cbe9dc/schema)
