Skip to main content
GET
/
v1
/
security
/
check
/
{content_hash}
Check Scan Cache
curl --request GET \
  --url https://api.example.com/v1/security/check/{content_hash}
{
  "content_hash": "<string>",
  "security_status": "pass",
  "security_score": 123,
  "findings": [
    {}
  ]
}

Path Parameters

content_hash
string
required

SHA-256 content hash of the package

Response

Successful Response

content_hash
string
security_status
enum<string>
Available options:
pass,
warn,
block
security_score
integer
findings
object[]