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/summary

Authorizations

Authorizationstringrequired

Authorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.

Path parameters

idstring<uuid>required

Identifier of the application. Must belong to the workspace the key is bound to.

Response200 · application/json

The 30-day experience summary.

userExperiencenumber | null

Overall experience score over the window.

errorCountintegerrequired

Number of errors met over the window.

performanceRatingenum<string> | null

Rating of the measure, in lower case.

Available options: good, needs_improvement, poor

hasWebUsersbooleanrequired

Whether any web traffic was measured for this application.