Skip to main content
Retrieve a list of all vulnerabilities.
External DocumentationTo learn more, visit the Synack documentation.

Parameters

ParameterDescription
Include AttachmentsSelect to include vulnerability attachments in the response.
Page NumberThe page number to retrieve. Starts at 1.
Page SizeThe maximum number of items to retrieve per page. Valid range is 1 to 50.
Return All PagesAutomatically fetch all resources, page by page.
SearchThe search term to filter vulnerabilities by.
Status IDThe vulnerability status ID to filter results by.
Updated SinceReturn only vulnerabilities updated on or after the specified date and time.
Updated WithinReturn only vulnerabilities that were updated within the last specified number of seconds.

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

List Vulnerabilities with Synack and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop