action telnyx_get_fax_application { label: "Retrieve a Fax Application" description: "Return the details of an existing Fax Application inside the 'data' attribute of the response." provider: telnyx method: GET path: "/fax_applications/{id}" encoding: json output: { type: "object" additionalProperties: true } }