# Fetch a list of Saved Commands supported by Device at the moment Return a list of saved commands linked to Device and its groups, filtered by current Device protocol support Endpoint: GET /commands/send Version: 6.10.0 Security: BasicAuth, ApiKey ## Query parameters: - `deviceId` (integer) Standard users can use this only with _deviceId_s, they have access to ## Response 200 fields (application/json): - `id` (integer) - `deviceId` (integer) - `description` (string) - `type` (string) - `attributes` (object) ## Response 400 fields