---
title: "Enterprise Organization Connections Endpoint"
method: GET
path: "/v2/enterprise/organizations/{org_id}/git/connections"
tags: ["organizations"]
---

# Enterprise Organization Connections Endpoint

`GET /v2/enterprise/organizations/{org_id}/git/connections`

## Path parameters

- `org_id` string, required

## Query parameters

- `skip` integer
- `limit` integer

## Response `200`

Successful Response

- PaginatedResponseGitConnectionResponse
  - `end_cursor` string, nullable — Cursor to fetch the next page, or None if this is the last page.
  - `has_next_page` boolean — Whether there are more items available after this page.
  - `items` GitConnectionResponse[], required
    - `created_at` integer, required
    - `git_connection_id` string, required
    - `git_provider_type` 'github_token' | 'github_individual_token' | 'github_app' | 'gitlab_token' | 'gitlab_oauth' | 'azure_devops_oauth' | 'bitbucket_oauth' | 'bitbucket_token', required
    - `host` string, required
    - `name` string, nullable, required
  - `total` integer, nullable — Optional total count (can be omitted for performance).

## Other responses

- `422` — Validation Error

---

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