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