# List management commands Endpoint: GET /manage/list Security: ApiKey ## Query parameters: - `id` (integer) Query by action ID - `node_id` (integer) Query by node - `network_id` (integer) Query by network - `batch_id` (integer) Query by batch_id - `trigger_id` (integer) Query by trigger_id - `count` (integer) Maximum number of entries to return ## Response 200 fields (application/json): - `network_id` (integer) Target node's network_id - `created_at` (number) Timestamp the action was created at - `updated_at` (number) Timestamp the action was last updated - `trigger_id` (integer,null, required) If not null, the execution of this action will be delayed until this trigger action has completed successfully (status=2xx). If the trigger action fails (status=4xx), this action will fail with the same status. - `payload` (object, required) - `state` (integer) - Pending start - Waiting for action with trigger_id - Waiting for device to come online - Command was attempted "x" times - Device acknowledged, action started - command_id specific progress codes - Completed (Success) - Completed (Failed) - `node_id` (integer, required) Target node ID - `batch_id` (integer,null) Optional batch group identifier for this action. If null then websocket-based monitoring of this action will not be possible. - `response` (object) - `response.message` (array) - `id` (integer) Auto-generated action ID - `command_id` (integer, required) - system_exec - factory_reset - firmware_update - reboot