cURL
curl --request GET \ --url https://api.valiqor.com/v2/security/audit/batches/{batch_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "project_id": "<string>", "name": "<string>", "code": "<string>", "total_items": 123, "unsafe_items": 123, "unsafe_rate": 123, "top_risk_category": "<string>", "status": "<string>", "created_at": "2023-11-07T05:31:56Z", "unsafe_inputs": 123, "unsafe_input_rate": 123 }
Get security audit batch details
Valiqor API key. Pass as Bearer token: Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx
Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx
Successful Response
Security audit batch information