action cloudrf_list { label: "List calculations from your archive" description: "List your area and path calculations, sorted by time and limited to the last few hundred. To fetch all for a given network append a 'net' filter with the network name." provider: cloudrf method: GET path: "/archive/list" encoding: json input: { type: "object" properties: { e: { type: "number" format: "float" } n: { type: "number" format: "float" } s: { type: "number" format: "float" } w: { type: "number" format: "float" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }