Get stored security scan results for a skill.
cURL
curl --request GET \ --url https://api.example.com/v1/security/results/{slug}
{ "slug": "<string>", "status": "<string>", "score": 123, "trust_level": "<string>", "findings": [] }
Successful Response
Response for retrieving stored scan results.