List the connections available in a space
Lists this space’s connections with their contract, auth status and verification status. A connection whose contract permits writes carries `installedActionId` — the approval-gated action a write goes through. Credential VALUES are never returned; `credentialRef` is an opaque reference. Authorization: `space:read` (org admins bypass); without it, 404 — existence is hidden. Query: `limit` (1–100) and `starting_after` (the last id of the previous page). Returns `{ data: Connection[], has_more }`.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
spaceId
Response
One page of connections.
data
has_more