Skip to main content
GET
Anomaly information

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

learnId
integer
required

Learn Block ID, use the impulse functions to retrieve the ID

Response

200 - application/json

OK

success
boolean
required

Whether the operation succeeded

dependencies
object
required
name
string
required
axes
object[]
required

Selectable axes for the anomaly detection block

trained
boolean
required

Whether the block is trained

selectedAxes
integer[]
required

Selected clusters (in config)

minimumConfidenceRating
number
required

DEPRECATED, see "thresholds" instead. Minimum confidence rating for this block, scores above this number will be flagged as anomaly.

thresholds
object[]
required

List of configurable thresholds for this block.

error
string

Optional error description (set if 'success' was false)

clusterCount
integer

Number of clusters for K-means, or number of components for GMM (in config)