action telnyx_otaupdate_get { label: "Get OTA update" description: "This API returns the details of an Over the Air (OTA) update." provider: telnyx method: GET path: "/ota_updates/{id}" encoding: json output: { type: "object" additionalProperties: true } }