Skip to main content
GET
/
assert
/
results
get last evaluation results without re-evaluating
curl --request GET \
  --url http://localhost:3917/assert/results
{
  "assertions": [
    {
      "entity_id": 5,
      "last_result": {
        "message": "ok",
        "passed": true,
        "tick": 0
      },
      "name": "hero-exists",
      "severity": "error"
    }
  ],
  "count": 1,
  "ok": true
}

Response

200 - application/json

Each assertion's last cached result (from the most recent evaluate/probe), without re-running them.