v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Get pentest assessment

Get detailed information about a specific pentest assessment including status, progress, and issue count

get/pentests/assessments/{assessment_id}/detail

Path parameters

assessment_idstring uuid required

The unique UUID of the pentest assessment

Response

Assessment details are returned

pentest_status'draft' | 'pending' | 'running' | 'completed' | 'cancelled' | 'failed'

The current status of the pentest assessment

pentest_status_reasonstring

The reason for the current status (Can be empty)

issue_countinteger

The number of open issues found during the assessment

Example response

{
  "pentest_status": "running",
  "pentest_status_reason": "",
  "issue_count": 0
}