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