Skip to main content
GET
/
v1
/
apps
/
{app_id}
/
error-rate
Get recent error rate
curl --request GET \
  --url https://api.mixpeek.com/v1/apps/{app_id}/error-rate \
  --header 'Authorization: Bearer <token>'
{
  "app_id": "<string>",
  "error_count": 123,
  "period_minutes": 123,
  "rate_per_minute": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

app_id
string
required

Query Parameters

minutes
integer
default:60

Lookback window in minutes

Required range: 1 <= x <= 1440

Response

Successful Response

app_id
string
required
error_count
integer
required
period_minutes
integer
required
rate_per_minute
number
required