action telnyx_retrieve_comment { label: "Retrieve a comment" provider: telnyx method: GET path: "/comments/{id}" encoding: json output: { type: "object" additionalProperties: true } }