action telnyx_get_texml_application { label: "Retrieve a TeXML Application" description: "Retrieves the details of an existing TeXML Application." provider: telnyx method: GET path: "/texml_applications/{id}" encoding: json output: { type: "object" additionalProperties: true } }