Kissaki Docs
API referenceAssets

Asset Checks

GET
/assets/{asset_id}/checks

Path Parameters

asset_id*Asset Id

Response Body

application/json

application/json

curl -X GET "https://example.com/assets/string/checks"
[  {    "check": "string",    "label": "string",    "status": "string",    "issue_count": 0,    "highest_severity": "string",    "reason": "string"  }]