Understand Session Command Batches
masterIn a detailed session view, commands are grouped into command_batches. Each batch represents a sequence of commands that were either all non-sensitive, or all executed under the same sensitive access justification.
| Field | Type | Description |
|-------|------|-------------|
| `sensitive` | boolean | Whether these commands accessed sensitive data |
| `justification` | string or null | The justification provided for sensitive access (null for non-sensitive batches) |
| `commands` | array of strings | The console commands executed in this batch |