action gsmtasks_configurations_list { label: "configurations_list" provider: gsmtasks method: GET path: "/configurations/" 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 } }