cURL
curl --request GET \ --url https://api.agentpowers.ai/v1/security/jobs/{job_id}
{ "id": "<string>", "slug": "<string>", "status": "<string>", "created_at": "<string>", "version": "<string>", "skill_type": "skill", "attempt": 0, "outcome": "<string>", "score": 123, "findings": [ {} ], "error_message": "<string>", "started_at": "<string>", "completed_at": "<string>" }
Get the status of a scan job (authenticated).
Successful Response
Full scan job status.
Was this page helpful?