get_service_logs
Retrieve error logs for a service within a specified time window to identify stack traces and error patterns during incidents. Filter by log level to focus on critical entries.
Instructions
Retrieves error logs for a specific service within a time window. Use this to identify error messages, stack traces, and patterns after a symptom is observed. Filter by log level to focus on ERROR/FATAL entries during an incident. The "since_minutes" parameter looks back N minutes from the current simulation time (14:06 UTC).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | Minimum log level to include. Omit to get all levels. Use "ERROR" to see only errors and fatals. | |
| service | Yes | Name of the service to retrieve logs for (e.g., "payment-service", "api-gateway"). | |
| since_minutes | No | Look back this many minutes from the current time. Defaults to 60 minutes. |