Crash trend buckets
GET
/api/v1/crashes/trends
Returns crash counts bucketed over the requested window for sparkline rendering. Default window is 24h with 24 hourly buckets. Window is clamped to the crash retention TTL (30 days).
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” window
string
Window duration with suffix s|m|h|d (e.g. 24h, 7d).
buckets
integer format: int32
Number of buckets to divide the window into (1-288).
group
string
node
string
Responses
Section titled “ Responses ”Crash trend buckets
object
windowStart
string
windowEnd
string
windowSeconds
required
integer format: int64
bucketSeconds
required
integer format: int64
total
required
integer format: int64
totalsByClassification
object
key
additional properties
integer format: int64
buckets
Array<object>
object
ts
string
count
required
integer format: int64
byClassification
object
key
additional properties
integer format: int64
Unauthorized
Forbidden