Skip to main content
POST
/
v2
/
stats:runAnalysis
Run Analysis
curl --request POST \
  --url https://stats.eu.confidence.dev/v2/stats:runAnalysis \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "hypotheses": [
    {}
  ],
  "recommendations": [
    {}
  ],
  "annotations": [
    {}
  ],
  "statsCacheEntry": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

The body is of type object.

Response

200 - application/json

OK

hypotheses
object[]

The analysis results for each hypothesis.

recommendations
object[]

Overall recommendations for each comparison according to specified decision rule.

annotations
object[]

List of issues discovered during the analysis.

statsCacheEntry
string

Cache entry used, empty if not cached.