Fleet Control

Command History

Review command execution history, audit trail, and bulk execution results.

Every command execution is recorded as an immutable audit trail entry. The command history page lets you review past executions, investigate failures, and track who sent what command and when.

Accessing command history

There are two ways to view command history:

  • Asset-level: Navigate to an asset's detail page and open the Commands tab. The execution history table shows all commands executed on that specific asset.
  • Fleet-level: Navigate to Fleet Control in the main navigation and select History. This shows executions across all assets.

Execution history table

The history table shows the following columns:

ColumnDescription
CommandThe name of the command that was executed
StatusCurrent execution status (Pending, Dispatched, Executing, Completed, Failed, Expired, Cancelled)
Initiated byThe user who requested the execution ("You" if it was you, otherwise the user ID)
TimestampWhen the execution was requested, shown as relative time with the exact date available on hover
DurationTime from request to completion (shown only for completed or failed executions)

Execution details

Click any row to expand it and see the full execution details:

  • Parameters — the input parameters that were sent with the command (if any), displayed as formatted JSON
  • Result — the response returned by the device (if any), displayed as formatted JSON
  • Error — if the execution failed, the error code and message
  • Timeline — exact timestamps for each lifecycle stage: dispatched, acknowledged, and completed

This level of detail is useful for troubleshooting failed commands and for compliance auditing.

Filtering

The fleet-level command history supports filtering by:

FilterDescription
StatusFilter by execution status (for example, show only failed commands)
Date rangeFilter by the time window when commands were requested

Bulk execution history

The fleet-level history page has a Bulk Executions tab that shows past bulk execution groups. Each entry displays:

ColumnDescription
CommandThe command name and key
StatusOverall bulk execution status (Completed, Partially Failed, Failed)
AssetsTotal number of target assets
SucceededNumber of assets where the command completed successfully
FailedNumber of assets where the command failed
Requested byThe user who initiated the bulk execution
TimestampWhen the bulk execution was started

Click a bulk execution group to see the individual per-asset execution results, including status, duration, and error details for each asset.

Audit trail

Command executions are immutable records — they cannot be edited or deleted. This provides a complete audit trail of all actions taken on your industrial assets through Fleet Control.

Each execution record includes:

  • Who initiated the command (user ID)
  • When it was requested, dispatched, acknowledged, and completed
  • What command was executed, with what parameters
  • Where it was sent (asset, connector, deployment)
  • Result — success or failure, with the device response or error details

On this page