GET
/
redteam
/
task-status
curl --request GET \
  --url https://api.enkryptai.com/redteam/task-status \
  --header 'apikey: <api-key>'
{
  "status": "Running"
}

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
status
enum<string>
Available options:
Queued,
Running,
Finished,
Failed