Dashboard
API Documentation for the BugSplat Dashboard Endpoint
Dashboard Summary
Query Parameters
Name
Type
Description
{
"status": "success",
"database": "Fred",
"volume30Day": 1234,
"crashDataDays": 45,
"crashHistory": {
"totalRows": 1,
"totalCrashes": 500,
"rows": [
{
"appName": "All",
"series": [
{
"day": 738387,
"timestamp": 1629417600,
"totalCrashCount": 20
}
]
}
]
},
"recentCrashes": [
{
"id": 1,
"status": 0,
"stackKey": "crash_in_main",
"stackKeyId": 42,
"crashTime": "2026-02-20T12:00:00Z",
"appName": "MyApp",
"appVersion": "1.0",
"exceptionMessage": "Access violation"
}
],
"statusCounts": {
"current": {
"open": 10,
"closed": 5,
"regression": 2,
"ignored": 1,
"total": 18
},
"previous": {
"open": 8,
"closed": 6,
"regression": 1,
"ignored": 2,
"total": 17
}
},
"topStackKeys": [
{
"stackKey": "crash_in_main",
"stackKeyId": 42,
"crashSum": 150
}
]
}Response Fields
Field
Type
Description
Curl Example
Curl Example (All Time)
Curl Example (with filters)
Last updated
Was this helpful?
