Skip to main content
GET
/
redteam
/
download-link
Get Download Link
curl --request GET \
  --url https://api.enkryptai.com/redteam/download-link \
  --header 'X-Enkrypt-Test-Name: <x-enkrypt-test-name>' \
  --header 'apikey: <api-key>'
{
  "link": "https://app.enkryptai.com/redteam/download-link/xxxx",
  "expiry": "1 week",
  "expires_at": "2023-04-10T12:00:00Z"
}

Authorizations

apikey
string
header
required

Headers

X-Enkrypt-Test-Name
string
required

The name of the red team test

Example:

"Redteam Test 243dde"

Response

Successful Response

The download link for the red team test results

Example:

"https://app.enkryptai.com/redteam/download-link/xxxx"

expiry
string
required

Human-readable expiry duration

Example:

"1 week"

expires_at
string<date-time>
required

ISO 8601 timestamp when the link expires

Example:

"2023-04-10T12:00:00Z"

I