Actions
List Findings
List and query all findings in a given organization.
To learn more, visit the Cobalt documentation.
Basic Parameters
Parameter | Description |
---|---|
Asset ID | Returns findings scoped to the asset id. Can be obtained by the List Assets action. |
Organization ID | The ID of the organization the assets belong to. Can be obtained by the List Organizations action. |
Pentest ID | Returns findings scoped to this pentest id. Can be obtained by the List Pentests action. |
Advanced Parameters
Parameter | Description |
---|---|
Created after | Returns findings that were created after the given date. |
Created before | Returns findings that were created before the given date. |
Cursor | Specifies the pagination cursor for the next page. |
Image Attachment Type | Returns image attachments with the specified render format. |
Label | Returns findings with specified labels. Multiple labels can be passed in a comma separated list. |
Limit | Number of results per page, valid range is 1-100. |
Severity | Returns findings at the chosen severity. |
Sort | Returns findings sorted by chosen property. |
State | Returns findings at the chosen state. |
Updated after | Returns findings that were updated after the given date. |
Updated before | Returns findings that were updated before the given date. |
Example Output
Workflow Library Example
List Findings with Cobalt and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?