cURL
curl --request GET \ --url https://api.valiqor.com/v2/security/redteam/runs/{run_id}/attacks \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "timestamp": "2023-11-07T05:31:56Z", "input_short": "<string>", "response_short": "<string>", "attack_vector_name": "<string>", "vulnerability_name": "<string>", "status": "<string>" } ]
Get red team attacks for a run
Valiqor API key. Pass as Bearer token: Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx
Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx
Successful Response