action telnyx_retrieve_ip_connection { label: "Retrieve an Ip connection" description: "Retrieves the details of an existing ip connection." provider: telnyx method: GET path: "/ip_connections/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }