action clearblade_get_system_devices { label: "DEVELOPER - Get devices with or without a query" description: "Retrieves information about all devices in the specified system" provider: clearblade method: GET path: "/admin/devices/{systemKey}" encoding: json input: { type: "object" properties: { "ClearBlade-DevToken": { type: "string" } query: { type: "string" } systemKey: { type: "string" } } required: ["ClearBlade-DevToken", "systemKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }