GET /v0.1/apps/{owner_name}/{app_name}/crash_groups/{crash_group_id}/crashes
Summary: —
Operation ID: crashes_list
Auth: api_key
Operation ID: crashes_list
Auth: api_key
Description
Gets all crashes of a group.
Parameters (9)
app_name
(string, path, required)
The name of the application
app_version
(string, query, optional)
version
crash_group_id
(string, path, required)
id of a specific group
date_from
(string, query, optional)
date_to
(string, query, optional)
error_type
(string, query, optional)
Constraints: {'enum': ['CrashingErrors', 'HandledErrors']}
include_log
(boolean, query, optional, default: False)
true if the crash should include the custom log report. Default is false
include_report
(boolean, query, optional, default: False)
true if the crash should include the raw crash report. Default is false
owner_name
(string, path, required)
The name of the owner
No probe data for this endpoint yet.