Pentests Get pentest details
GET
/api/pentests/{pentest_id}

Authentication

Bearer Token (BearerAuth)

Path Parameters

pentest_idstringrequired

Pentest identifier (e.g. covert-nova-tracks)


Headers

X-Target-Serverstringrequired

Internal IP and port of the pt-agent instance (e.g. 10.10.0.26:9741)


Responses

200
Pentest details

Example:

{
  "id": "string",
  "status": "string",
  "mode": "string",
  "style": "string",
  "exploit": true,
  "lightweight": true,
  "severity": "string",
  "findings": 0,
  "is_custom_plan": true,
  "custom_plan_name": "string",
  "custom_plan_version": "string",
  "description": "string",
  "summary": "string",
  "created_at": "string",
  "started_at": "string"
}