Get the experience summary
Applications
Get the experience summary
Fixed 30-day summary of the application experience. Unlike the graph and list endpoints, this one takes no period parameter.
Required scope applications:read
get
/applications/{id}/experience/summaryAuthorizations
AuthorizationstringrequiredAuthorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.
Path parameters
idstring<uuid>requiredIdentifier of the application. Must belong to the workspace the key is bound to.
Response200 · application/json
The 30-day experience summary.
userExperiencenumber | nullOverall experience score over the window.
errorCountintegerrequiredNumber of errors met over the window.
performanceRatingenum<string> | nullRating of the measure, in lower case.
Available options: good, needs_improvement, poor
hasWebUsersbooleanrequiredWhether any web traffic was measured for this application.