action slicebox_get_boxes { label: "get_boxes" description: "get a list of box connections" provider: slicebox method: GET path: "/boxes" encoding: json input: { type: "object" properties: { count: { type: "string" } startindex: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }