get_error_issue_detail
Gets detailed information about a single JavaScript error issue by its fingerprint: stack trace, breakdowns by browser/country/page/segment, and recent sample occurrences.
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 the error issue belongs to. | |
| 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 | |
| deviceType | No | Filter by device type: All, Desktop, Mobile, Other. | All |
| fingerprint | Yes | The error fingerprint identifying the issue (obtained from get_error_issues). | |
| includeBots | No | Include bot/crawler errors (excluded by default). | |
| outputMaxLength | No | The maximum number of characters for the output. Defaults to 5000 |