Skip to main content
Get the details of a vulnerability by its ID.
External DocumentationTo learn more, visit the Synack documentation.

Parameters

ParameterDescription
Vulnerability IDThe ID of the vulnerability. Can be obtained using the List Vulnerabilities action.

Example Output

{
	"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": ""
		}
	]
}

Workflow Library Example

Get Vulnerability with Synack and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop