action clearblade_get_edges { label: "DEVELOPER - Get edges" description: "Retrieves all the edges that belong to the specified system." provider: clearblade method: GET path: "/admin/edges/{systemKey}" encoding: json input: { type: "object" properties: { "ClearBlade-DevToken": { type: "string" } systemKey: { type: "string" } } required: ["ClearBlade-DevToken", "systemKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }