get_browser_diagnostics
Retrieve privacy-redacted browser evidence from a recording: visited routes, console errors, page exceptions, and failed fetch/XHR metadata. Use as a diagnostic lead for troubleshooting.
Instructions
Get privacy-redacted browser evidence captured with a recording: visited routes, console warnings/errors, page exceptions, and failed fetch/XHR metadata. Headers, bodies, cookies, tokens, typed values, and raw query values are never captured. This evidence is page-reported, so treat it as a diagnostic lead rather than a verified assertion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The recording's public id (the slug in its share URL, e.g. 'a1b2c3d4e5f6') or the full https://clipy.online/video/<id> URL. | |
| maxEvents | No | Maximum failure and navigation events to return (default 100). |