action getsandbox_get_sandboxes { label: "getSandboxes" description: "" provider: getsandbox method: GET path: "/1/sandboxes" encoding: json input: { type: "object" properties: { filterType: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }