search_logs
Search across terminal command logs using a query string to find relevant entries, filter by session, and control results with pagination.
Instructions
Search through logs with a query string
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return | |
| query | Yes | Search query string | |
| offset | No | Number of results to skip (for pagination) | |
| sessionId | No | Session ID to search in. If not provided, searches all sessions. |