GET
/
redteam
/
get-task
curl --request GET \
  --url https://api.enkryptai.com/redteam/get-task \
  --header 'apikey: <api-key>'
{
  "data": {
    "created_at": "2024-12-04T06:56:51.451307+00:00",
    "task_id": "redteam-job-6c3babbe-3bc4-4553-a0b7-454df720579f",
    "test_name": "Test 2",
    "status": "Queued",
    "model_name": "Llama-2-13b-chat-hf"
  }
}

Authorizations

apikey
string
header
required

Headers

X-Enkrypt-Task-ID
string

The Redteam task ID

Example:

"redteam-job-94f40d84-5b4e-4e97-a793-48357b71490a"

X-Enkrypt-Test-Name
string

The test name

Example:

"Test 1"

Response

200 - application/json
Successful Response
data
object