action clearblade_get_devices { label: "DEVICES - Get all devices" description: "Returns all device info that the current user is authorized to see." provider: clearblade method: GET path: "/api/v/2/devices/{SystemKey}" encoding: json input: { type: "object" properties: { "ClearBlade-UserToken": { type: "string" } SystemKey: { type: "string" } query: { type: "string" } } required: ["ClearBlade-UserToken", "SystemKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }