inspect_log
Retrieve concrete log instances from a deduplicated console log group, including timestamps, stack traces, and source locations.
Instructions
Inspect a deduplicated console log group from list_page_logs and return concrete instances with timestamps, stack traces, and source locations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | @logN ID from list_page_logs when group_by='message'. | |
| limit | No | Maximum number of individual log instances to return. Default: 5. |