External DocumentationTo learn more, visit the Synack documentation.
Actions
List Vulnerabilities
Retrieve a list of all vulnerabilities.

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 |
|---|---|
| Include Attachments | Select to include vulnerability attachments in the response. |
| Page Number | The page number to retrieve. Starts at 1. |
| Page Size | The maximum number of items to retrieve per page. Valid range is 1 to 50. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Search | The search term to filter vulnerabilities by. |
| Status ID | The vulnerability status ID to filter results by. |
| Updated Since | Return only vulnerabilities updated on or after the specified date and time. |
| Updated Within | Return only vulnerabilities that were updated within the last specified number of seconds. |
[
{
"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?