GET
/
redteam
/
list-tasks
curl --request GET \
  --url https://api.enkryptai.com/redteam/list-tasks \
  --header 'apikey: <api-key>'
{
  "tasks": [
    {
      "status": "Finished",
      "model_name": "Llama-2-13b-chat-hf",
      "task_id": "redteam-job-94f40d84-5b4e-4e97-a793-48357b71490a",
      "test_name": "Test 1"
    },
    {
      "status": "Queued",
      "model_name": "Llama-2-13b-chat-hf",
      "task_id": "redteam-job-6c3babbe-3bc4-4553-a0b7-454df720579f",
      "test_name": "Test 2"
    }
  ]
}

Authorizations

apikey
string
header
required

Query Parameters

status
enum<string>

The status of the task

Available options:
Queued,
Running,
Finished,
Failed

Response

200 - application/json
Successful Response
tasks
object[]