Crash Groups
API Documentation for various endpoints related to BugSplat Crash Groups
These endpoints support paging, filtering, and grouping queries. More information on paging, filtering, and grouping is available here.
Get a summary of all crash groups, get a list of crashes in a particular group, or detailed information on individual crash groups that share a common function name and line number at the top of the call stack and have been grouped at a lower level of the call stack.
Summary
GET
https://app.bugsplat.com/api/summary
Returns crash summary data. Supports paging and filtering using column names firstReport, lastReport, stackKey, stackKeyId, crashSum, userSum, subKeyDepth, defectId, comments, techSupportSubject.
Query Parameters
database
string
BugSplat database containing summary data
Key Crash
GET
https://app.bugsplat.com/api/keycrash
Get a list of crashes for a particular crash group (aka Stack Key). This query supports paging, filtering, and grouping. More information on how to use paging, filtering, and grouping can be found here. All of the property keys in the Rows object can be used as column values for filtering and grouping e.g. id, email, IpAddress etc.
Query Parameters
stackKeyId
number
ID for the desired crash group
database
string
BugSplat database containing crash data
crashTimeSpan
parameter
If present, the firstCrashTime and lastCrashTime values will be returned in PageData
Last updated