action telnyx_retrieve_ip { label: "Retrieve an Ip" description: "Return the details regarding a specific IP." provider: telnyx method: GET path: "/ips/{id}" encoding: json output: { type: "object" additionalProperties: true } }