action gsmtasks_addons_list { label: "addons_list" provider: gsmtasks method: GET path: "/addons/" encoding: json input: { type: "object" properties: { cursor: { type: "integer" } format: { type: "string" enum: ["json", "xlsx"] } page_size: { type: "integer" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }