action ix_api_connections_read { label: "connections_read" description: "Read a `connection`." provider: ix_api method: GET path: "/connections/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" } }