list_recent_crashes
Retrieve the most recent crash reports for a plugin, sorted newest first. Filter by version, platform, or host application to target specific issues.
Instructions
List the most recent individual crash reports for a plugin, newest first. Each row includes an id usable with get_crash_log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| os | No | Platform filter (default "all"). | |
| app | No | Host application filter, e.g. "Ableton Live 11". Omit or "all" for every app. | |
| ver | No | Version filter, e.g. "1.0.7". Omit or "all" for every version. | |
| limit | No | Max rows to return (1-500, default 100). | |
| verop | No | Comparison operator for the version filter (default "="). Uses natural version ordering. | |
| plugin | No | Which plugin to query: id, plugin code, or name. Omit if you have only one; otherwise required (see list_plugins). |