action telnyx_list_comments { label: "Retrieve all comments" provider: telnyx method: GET path: "/comments" encoding: json input: { type: "object" properties: { "filter[comment_record_id]": { type: "string" } "filter[comment_record_type]": { type: "string" } } required: ["filter[comment_record_id]", "filter[comment_record_type]"] additionalProperties: false } output: { type: "object" additionalProperties: true } }