list_recent_logs
Retrieve recent log entries from NewRelic to monitor activity, filter by severity level, or apply custom search conditions for troubleshooting.
Instructions
List recent logs from NewRelic. Useful for getting an overview of recent log activity, filtering by level, or searching with custom conditions.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of logs to retrieve (default: 100, max: 2000) | |
| sinceMinutesAgo | No | Time range in minutes to look back (default: 60) | |
| level | No | Log level filter (e.g., 'ERROR', 'WARN', 'INFO', 'DEBUG') | |
| whereClause | No | Additional NRQL WHERE clause conditions. Example: service.name = 'my-service' |