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:
| Column | Description |
|---|---|
| Command | The name of the command that was executed |
| Status | Current execution status (Pending, Dispatched, Executing, Completed, Failed, Expired, Cancelled) |
| Initiated by | The user who requested the execution ("You" if it was you, otherwise the user ID) |
| Timestamp | When the execution was requested, shown as relative time with the exact date available on hover |
| Duration | Time 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:
| Filter | Description |
|---|---|
| Status | Filter by execution status (for example, show only failed commands) |
| Date range | Filter 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:
| Column | Description |
|---|---|
| Command | The command name and key |
| Status | Overall bulk execution status (Completed, Partially Failed, Failed) |
| Assets | Total number of target assets |
| Succeeded | Number of assets where the command completed successfully |
| Failed | Number of assets where the command failed |
| Requested by | The user who initiated the bulk execution |
| Timestamp | When 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