Get anomaly details and evidence

GET/api/v1/anomalies/{id}

Parameters

This endpoint does not accept parameters.

Responses

200Anomaly object

Request

curl -X GET "https://api.knowledgetree.dev/api/v1/anomalies/{id}" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

200Anomaly object
Example response not yet documented.