List Current Org Shared Connections

Beta
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`](./create-shared-connection) for the v5 partner-scoped flow.

Authentication

AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic

Basic organization-scoped API key

Path parameters

idstringRequiredformat: "uuid"
Unique identifier of the parent connection whose shared copies should be listed.

Headers

X-Polytomic-VersionstringRequired

Response

OK
datalist of objects or null

Errors

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