Crashes
API Documentation for the BugSplat Crashes Endpoint
Get Crashes
Query Parameters
Name
Type
Description
{
"database": "Fred",
"pageData": {
"defectTracker": true,
"defectTrackerType": "GitHub"
},
"rows": [
{
"id": "140612",
"status": "0",
"stackId": "19187",
"stackKey": "myConsoleCrasher+0x12b5",
"stackKeyId": "9579",
"appName": "myConsoleCrasher",
"appVersion": "1.048",
"appDescription": "appKey",
"userDescription": "A default user description",
"user": "TestUser",
"email": "[email protected]",
"IpAddress": "34.225.87.xxxx",
"crashTime": "2025-10-30T20:52:24Z",
"defectId": null,
"defectUrl": "",
"defectLabel": "",
"skDefectId": null,
"skDefectUrl": "",
"skDefectLabel": "",
"Comments": "",
"skComments": "",
"crashTypeId": "1",
"exceptionCode": "c0000005",
"exceptionMessage": "Access violation",
"attributes": "{}",
"lineNumber": null,
"groupByCount": null
}
]
}Curl Example
Delete Crashes
Query Parameters
Name
Type
Description
Curl Example
Last updated
Was this helpful?
