External DocumentationTo learn more, visit the Synack documentation.
Actions
List Vulnerability Patch Verifications
Retrieve patch verification requests for a specific vulnerability.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Vulnerability ID | The ID of the vulnerability. Can be obtained using the List Vulnerabilities action. |
[
{
"id": 0,
"message": "",
"status": "",
"created_at": "",
"user": {
"id": 0,
"email": "",
"assessment_ids": [],
"admin": false,
"invite_url": "",
"banned": false
}
}
]
Was this page helpful?