action telnyx_list_porting_orders_comments { label: "List all comments of a porting order" description: "Returns a list of all comments of a porting order." provider: telnyx method: GET path: "/porting_orders/{id}/comments" encoding: json output: { type: "object" additionalProperties: true } }