RedRavenApi reference

Get attack-run eval status

Poll until `decision` is `continue`, `stop`, or `exhausted`. `pending` means the eval worker has not finished.

GET
/tests/{test_id}/attack-run/eval-status

Poll until decision is continue, stop, or exhausted. pending means the eval worker has not finished.

Authorization

ApiKeyAuth OrganizationId
X-API-Key<token>

Your RedRaven API key.

In: header

X-Organization-Id<token>

RedRaven organization UUID that scopes the API key.

In: header

Path Parameters

test_id*string

RedRaven test UUID.

Formatuuid

Query Parameters

run_id*string
attempt_id*string
turn_index*integer

Response Body

application/json

curl -X GET "https://example.com/tests/497f6eca-6276-4993-bfeb-53cbbbba6f08/attack-run/eval-status?run_id=string&attempt_id=string&turn_index=0"
{  "run_id": "string",  "attempt_id": "string",  "turn_index": 0,  "phase": "string",  "decision": "pending",  "evaluation": {},  "job_id": "string",  "done": true}
Empty