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