get_error_issues
Gets a list of the top JavaScript error issues (grouped by fingerprint) for a domain, with event/user/session counts, source (vendor or first-party), and triage status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Filter to a single page path, e.g. /checkout. Defaults to all pages. | |
| party | No | Filter by originating party: All, FirstParty, or ThirdParty. Defaults to All. | All |
| daysTo | No | Date to look to, default to today, dd-mm-yyyy or dd-mm-yyyy hh:mm format | |
| domain | Yes | Domain to get error issues for. | |
| vendor | No | Filter to a single vendor name (e.g. googletagmanager.com). Defaults to All. | All |
| browser | No | Browser to filter on (e.g. Chrome, Firefox). Defaults to All. | All |
| country | No | Country to filter on, 2-letter ISO code (e.g. US, GB). Defaults to All. | All |
| daysBack | No | Date to look from, default to 7 days ago, dd-mm-yyyy or dd-mm-yyyy hh:mm format | |
| pageSize | No | Number of issues to return. Defaults to 10. | |
| deviceType | No | Filter by device type: All, Desktop, Mobile, Other. | All |
| pageNumber | No | Page number for pagination. Defaults to 1. | |
| includeBots | No | Include bot/crawler errors (excluded by default). | |
| statusFilter | No | Filter by triage status: All, Open, Resolved, Ignored. Defaults to All. | All |
| outputMaxLength | No | The maximum number of characters for the output. Defaults to 5000 |