get_honeybadger_notices
Fetch and analyze error notices for a specific fault in Honeybadger, enabling developers to troubleshoot application issues directly within their development environment. Supports custom limits and project IDs for precise tracking.
Instructions
Fetch notices (occurrences) for a specific fault
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fault_id | Yes | The ID of the fault to fetch notices for | |
limit | No | Number of notices to fetch (default: 10, max: 100) | |
project_id | No | Optional project ID (uses env var if not provided) |