---
title: "List Current Org Shared Connections"
method: GET
path: "/api/connections/{id}/shared"
tags: ["Connections"]
---

# List Current Org Shared Connections

`GET /api/connections/{id}/shared`

Lists shared copies of a connection that the caller's organization owns.

The returned connections are the child copies, not the parent connection
itself. This is useful when a partner workflow needs to confirm which
downstream organizations have already received a shared copy.

Creating a new shared copy is a separate operation. Use
[`POST /api/organizations/{org_id}/connections/{connection_id}/share`](../../../../api-reference/connections/create-shared-connection)
for the v5 partner-scoped flow.

## Path parameters

- `id` string, uuid, required — Unique identifier of the parent connection whose shared copies should be listed.

## Headers

- `X-Polytomic-Version` string

## Response `200`

OK

- ConnectionListResponseEnvelope
  - `data` ConnectionResponseSchema[], nullable
    - `api_calls_last_24_hours` integer, nullable — API calls made to service in the last 24h (supported integrations only).
    - `configuration` object, nullable
    - `created_at` string, date-time
    - `created_by` OutputActor
      - `id` string, uuid
      - `name` string
      - `type` string
    - `id` string, uuid
    - `name` string
    - `organization_id` string, uuid
    - `parent_connection_id` string, uuid — For shared connections, the ID of the parent connection.
    - `policies` string[]
    - `saved` boolean
    - `status` string
    - `status_error` string
    - `type` ConnectionTypeSchema
      - `id` string
      - `logo_dark_url` string
      - `logo_url` string
      - `name` string
      - `operations` string[], nullable
    - `updated_at` string, date-time
    - `updated_by` OutputActor
      - `id` string, uuid
      - `name` string
      - `type` string

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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