curl --request GET \
--url https://api.agentpowers.ai/v1/security/jobs{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}List scan jobs for a slug, most recent first (authenticated).
curl --request GET \
--url https://api.agentpowers.ai/v1/security/jobs{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Successful Response
Was this page helpful?