action clearblade_get_all_edges { label: "EDGE - Fetch all edges" description: "Returns all edge info that the current user is authorized to see." provider: clearblade method: GET path: "/api/v/2/edges/{systemKey}" encoding: json input: { type: "object" properties: { "ClearBlade-UserToken": { type: "string" } id: { type: "string" } systemKey: { type: "string" } } required: ["ClearBlade-UserToken", "id", "systemKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }