get_crashes
Retrieve crash groups for an app, optionally filtered by date range, to monitor and debug crashes.
Instructions
Returns a list of crash groups for an app, optionally filtered by date range. Does not support filtering by status — use list_issues with type=crash and issue_status if you need open/resolved/closed crashes only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of crashes to return. Defaults to 20. | |
| app_id | Yes | The public app ID (e.g. 5X3c4veRGV) from list_apps | |
| date_range_end | No | ISO 8601 datetime string (e.g. 2026-04-28T23:59:59Z). | |
| date_range_start | No | ISO 8601 datetime string (e.g. 2026-04-21T00:00:00Z). |