action mailscript_get_all_actions { label: "Get all actions for the user" provider: mailscript method: GET path: "/actions" encoding: json output: { required: ["list"] properties: { list: { type: "array" items: { type: "object" } } } } }