export_crashes
Export raw crash logs from AppMetrica to analyze per-crash-name breakdowns for a specified app and date range.
Instructions
Export raw crash logs from AppMetrica for a given application and time range. Use this for per-crash-name breakdowns — get_report only exposes the total ym:cr:crashes count. Same async/rate-limit behaviour as export_events: poll up to ~60s, retry after a few minutes for wide ranges, run sequentially.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | AppMetrica application ID | |
| date_from | Yes | Start date YYYY-MM-DD | |
| date_to | Yes | End date YYYY-MM-DD | |
| fields | No | Comma-separated fields to return. Defaults: crash_name,crash_datetime,crash_receive_datetime,appmetrica_device_id,app_version_name,os_version,device_model,country_iso_code | |
| limit | No | Maximum number of crash records to return |