External DocumentationTo learn more, visit the Synack documentation.
Actions
Get Vulnerability
Get the details of a vulnerability by its ID.

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,
"title": "",
"description": "",
"severity": "Critical",
"status": "",
"cvss_score": 0,
"created_at": "",
"updated_at": "",
"tags": [
{
"id": 0,
"name": "",
"editable": false,
"organization_profile_id": 0
}
],
"attachments": [
{
"id": 0,
"filename": "",
"content_type": "",
"file_size": 0,
"created_at": ""
}
]
}
Was this page helpful?