commands_read_log
Retrieve command execution history from Yamcs, filtered by time range, command name, or instance.
Instructions
Read command execution history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | Maximum number of commands to return (default: 10) | |
| since | No | Start time (ISO 8601 or 'today', 'yesterday', 'now') | |
| until | No | End time (ISO 8601 or 'today', 'yesterday', 'now') | |
| command | No | Filter by command name | |
| instance | No | Yamcs instance (uses default if not specified) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||