---
title: "List Org Connectors"
method: GET
path: "/internal/v3/integrations/org_connectors"
tags: ["integrations-v3"]
---

# List Org Connectors

`GET /internal/v3/integrations/org_connectors`

List OrgConnectors, optionally scoped to a single organization.

**Permissions**: platform admin only.

## Query parameters

- `organization_id` string, nullable

## Response `200`

Successful Response

- TraversalDaosOrgConnectorsDaoOrgConnector[]
  - `id` string, required
  - `organization_id` string, required
  - `name` string, required
  - `url` string, required — URL of the Edge Controller this connector's tunnel routes through (not the customer connector itself, which is outbound-only and has no reachable address)
  - `description` string, nullable, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
