Get an error's impact
get_error_impactRetrieve blast radius of an error: count distinct affected users, identify paying customers, and view error type, status, occurrence count, and first/last-seen timestamps. Use to size an error's impact.
Instructions
For one error (by fingerprint/issue id), get its blast radius joined to identity. Returns distinct users affected, how many of those are PAYING customers, and the error's type, status, occurrence count, and first/last-seen timestamps — counts only. Use to size an error's impact. For the NAMED paying users behind the counts (and their revenue at risk), call get_error_affected_users instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | The app to read, as a project id from list_projects (e.g. 'proj_3a8f137bccdd4f'). With a workspace key (cd_wk_) this is required unless you've set a default via use_project; with a single-app key it is ignored. | |
| fingerprint | Yes | The error's fingerprint / issue id from the Crossdeck Errors view (e.g. 'a1b2c3'). |