Skip to main content
GET
/
v2
/
security
/
redteam
/
compare
Compare Redteam Runs
curl --request GET \
  --url https://api.valiqor.com/v2/security/redteam/compare \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Valiqor API key. Pass as Bearer token: Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx

Query Parameters

run_ids
string[]
required

List of run IDs to compare (2-5 runs)

Response

Successful Response