action slicebox_get_boxes_outgoing { label: "get_boxes_outgoing" description: "get outgoing transactions (finished, currently sending, waiting or failed)" provider: slicebox method: GET path: "/boxes/outgoing" encoding: json input: { type: "object" properties: { count: { type: "string" } startindex: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }